diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-09-28 12:48:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 12:48:36 +0200 |
commit | 9ca313fb968448011aae0509e6552c52b9f8aa8c (patch) | |
tree | 0c3c1484d213250dfb2f36718793a646937b1b53 /runtime/doc/syntax.txt | |
parent | 35e2c4a2edd28f72c48c70530c5486365c2502a4 (diff) | |
download | rneovim-9ca313fb968448011aae0509e6552c52b9f8aa8c.tar.gz rneovim-9ca313fb968448011aae0509e6552c52b9f8aa8c.tar.bz2 rneovim-9ca313fb968448011aae0509e6552c52b9f8aa8c.zip |
vim-patch:9fbdbb814f4a (#20376)
Update runtime files
https://github.com/vim/vim/commit/9fbdbb814f4ad67a14979aba4a6a49800c2f1a99
Skip ftplugin/vim.vim (vim9script change)
Drop indent/vim.vim and autoload/dist/vimindent.vim (vim9script rewrite)
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 83f19db4a9..c97376a629 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3118,7 +3118,7 @@ The default is to use the twice sh_minlines. Set it to a smaller number to speed up displaying. The disadvantage is that highlight errors may appear. syntax/sh.vim tries to flag certain problems as errors; usually things like -extra "]"s, "done"s, "fi"s, etc. If you find the error handling problematic +unmatched "]", "done", "fi", etc. If you find the error handling problematic for your purposes, you may suppress such error highlighting by putting the following line in your .vimrc: > |