neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 7f8cd91ac0f52c8046428ab029d28d528e848740
parent 81d2e4446e0f43be260ed1881dae0fdd3ca9e383
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu,  4 Jul 2024 11:26:32 +0200

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:
Mruntime/doc/syntax.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 >