vim-patch:2606e77: runtime(doc): rename variable for pandoc markdown support

fixes: vim/vim#15141

2606e7718c

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Clason
2024-07-04 11:26:32 +02:00
parent 81d2e4446e
commit 7f8cd91ac0

View File

@@ -2045,9 +2045,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 >