From 7f8cd91ac0f52c8046428ab029d28d528e848740 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 4 Jul 2024 11:26:32 +0200 Subject: vim-patch:2606e77: runtime(doc): rename variable for pandoc markdown support fixes: vim/vim#15141 https://github.com/vim/vim/commit/2606e7718c49fc8221dfff21b36eff632ef668a0 Co-authored-by: Christian Brabandt --- runtime/doc/syntax.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 4b49a31604..c95b6d5584 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -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 > -- cgit