aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-04 11:26:32 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-04 11:54:02 +0200
commit7f8cd91ac0f52c8046428ab029d28d528e848740 (patch)
tree1af37626eb81feb7636113b5072a20d451e7f09d /runtime
parent81d2e4446e0f43be260ed1881dae0fdd3ca9e383 (diff)
downloadrneovim-7f8cd91ac0f52c8046428ab029d28d528e848740.tar.gz
rneovim-7f8cd91ac0f52c8046428ab029d28d528e848740.tar.bz2
rneovim-7f8cd91ac0f52c8046428ab029d28d528e848740.zip
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 <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
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 >