diff --git a/runtime/doc/tags b/runtime/doc/tags index cb2364a..4fbedb4 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -237,6 +237,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* 'fileencodings' options.txt /*'fileencodings'* 'fileformat' options.txt /*'fileformat'* 'fileformats' options.txt /*'fileformats'* +'fileignorecase' options.txt /*'fileignorecase'* 'filetype' options.txt /*'filetype'* 'fillchars' options.txt /*'fillchars'* 'fk' options.txt /*'fk'* @@ -523,6 +524,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* 'noexpandtab' options.txt /*'noexpandtab'* 'noexrc' options.txt /*'noexrc'* 'nofen' options.txt /*'nofen'* +'nofileignorecase' options.txt /*'nofileignorecase'* 'nofk' options.txt /*'nofk'* 'nofkmap' options.txt /*'nofkmap'* 'nofoldenable' options.txt /*'nofoldenable'* @@ -663,6 +665,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* 'nowfh' options.txt /*'nowfh'* 'nowfw' options.txt /*'nowfw'* 'nowic' options.txt /*'nowic'* +'nowic' options.txt /*'nowic'* 'nowildignorecase' options.txt /*'nowildignorecase'* 'nowildmenu' options.txt /*'nowildmenu'* 'nowinfixheight' options.txt /*'nowinfixheight'* @@ -1073,6 +1076,7 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* 'whichwrap' options.txt /*'whichwrap'* 'wi' options.txt /*'wi'* 'wic' options.txt /*'wic'* +'wic' options.txt /*'wic'* 'wig' options.txt /*'wig'* 'wildchar' options.txt /*'wildchar'* 'wildcharm' options.txt /*'wildcharm'* diff --git a/runtime/syntax/sh.vim b/runtime/syntax/sh.vim index 3747d99..8b420e5 100644 --- a/runtime/syntax/sh.vim +++ b/runtime/syntax/sh.vim @@ -167,7 +167,7 @@ endif " Options: {{{1 " ==================== syn match shOption "\s\zs[-+][-_a-zA-Z0-9#]\+" -syn match shOption "\s\zs--[^ \t$`'"|]\+" +syn match shOption "\s\zs--[^ \t$`'"|)]\+" " File Redirection Highlighted As Operators: {{{1 "===========================================