]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): rename variable for pandoc markdown support
authorChristian Brabandt <cb@256bit.org>
Thu, 4 Jul 2024 09:23:51 +0000 (11:23 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jul 2024 09:25:30 +0000 (11:25 +0200)
fixes: #15141

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt
runtime/doc/tags

index 57db7cbfee876d6988db9fdd5ccadfe9a5df7255..ee8d689e959dc46909289e8028fee5951af26a42 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 9.1.  Last change: 2024 Jun 22
+*syntax.txt*   For Vim version 9.1.  Last change: 2024 Jul 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2518,9 +2518,9 @@ PANDOC                                            *ft-pandoc-syntax*
 
 By default, markdown files will be detected as filetype "markdown".
 Alternatively, you may want them to be detected as filetype "pandoc" instead.
-To do so, set the following: >
+To do so, set the *g:filetype_md* var: >
 
-       :let g:markdown_md = 'pandoc'
+       :let g:filetype_md = 'pandoc'
 
 The pandoc syntax plugin uses |conceal| for pretty highlighting. Default is 1 >
 
index 46f15abef1641b466b536cad8e53535d1dc5c039..d2c1523bb1af0991e61e24a995a9d36cdf2b0cee 100644 (file)
@@ -7507,6 +7507,7 @@ g:decada.Unit_Name()      ft_ada.txt      /*g:decada.Unit_Name()*
 g:do_no_lazyload_menus gui.txt /*g:do_no_lazyload_menus*
 g:filetype_csh syntax.txt      /*g:filetype_csh*
 g:filetype_haredoc     ft_hare.txt     /*g:filetype_haredoc*
+g:filetype_md  syntax.txt      /*g:filetype_md*
 g:filetype_r   syntax.txt      /*g:filetype_r*
 g:ftplugin_rust_source_path    ft_rust.txt     /*g:ftplugin_rust_source_path*
 g:gnat ft_ada.txt      /*g:gnat*