From 89df96b5cf415c5cd56ddb04d823c73670e5ffaa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 17 Aug 2024 11:33:10 +0200 Subject: vim-patch:dd36d6c: runtime(mediawiki): fix typo in doc, test for b:did_ftplugin var closes: vim/vim#15479 https://github.com/vim/vim/commit/dd36d6cc7c39f3cfb29818f89f4f9dec2c7c22e4 Co-authored-by: Stanislav Asunkin <1353637+stasjok@users.noreply.github.com> --- runtime/doc/syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index bb28898133..806cecedbe 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1904,7 +1904,7 @@ have the following in your vimrc: > MEDIAWIKI *ft-mediawiki-syntax* -Be default, syntax highlighting includes basic HTML tags like style and +By default, syntax highlighting includes basic HTML tags like style and headers |html.vim|. For strict Mediawiki syntax highlighting: > let g:html_no_rendering = 1 -- cgit