diff options
author | Bruno Michel <bmichel@menfin.info> | 2018-10-12 20:52:10 +0200 |
---|---|---|
committer | Bruno Michel <bmichel@menfin.info> | 2018-10-12 21:33:13 +0200 |
commit | b5e3fec621947ec681d1e7d9bc48eac19cde746d (patch) | |
tree | ac6b9c2dacc42307d1defd7265cc5ee5be091134 /runtime/syntax/zsh.vim | |
parent | 15a71338e3cc14ac194228256f7069451953ea17 (diff) | |
download | rneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.tar.gz rneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.tar.bz2 rneovim-b5e3fec621947ec681d1e7d9bc48eac19cde746d.zip |
vim-patch:2f0584910c0e
Update runtime files
https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91
Diffstat (limited to 'runtime/syntax/zsh.vim')
-rw-r--r-- | runtime/syntax/zsh.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/zsh.vim b/runtime/syntax/zsh.vim index e16e74e0c2..b4efcdcbdf 100644 --- a/runtime/syntax/zsh.vim +++ b/runtime/syntax/zsh.vim @@ -2,7 +2,7 @@ " Language: Zsh shell script " Maintainer: Christian Brabandt <cb@256bit.org> " Previous Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2017-07-11 +" Latest Revision: 2017-11-22 " License: Vim (see :h license) " Repository: https://github.com/chrisbra/vim-zsh @@ -324,9 +324,9 @@ syn match zshOption / \ \%(\%(\<no_\?\)\?vi\>\)\| \ \%(\%(\<no_\?\)\?warncreateglobal\>\)\|\%(\%(no_\?\)\?warn_create_global\>\)\| \ \%(\%(\<no_\?\)\?xtrace\>\)\| - \ \%(\%(\<no_\?\)\?zle\>\)/ nextgroup=zshOption skipwhite contained + \ \%(\%(\<no_\?\)\?zle\>\)/ nextgroup=zshOption,zshComment skipwhite contained -syn keyword zshTypes float integer local typeset declare private +syn keyword zshTypes float integer local typeset declare private readonly " XXX: this may be too much " syn match zshSwitches '\s\zs--\=[a-zA-Z0-9-]\+' |