diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-04-27 17:48:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 17:48:35 +0200 |
commit | 521e91e1c420bd5c94c35908181dbba81e58dd0f (patch) | |
tree | eaa4be5323cc89048f71f4a61539d24c0647ca9e /runtime/syntax/vim.vim | |
parent | ee85d8d7566042df0b988ae28bbbaa7a16bbb5a9 (diff) | |
download | rneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.tar.gz rneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.tar.bz2 rneovim-521e91e1c420bd5c94c35908181dbba81e58dd0f.zip |
vim-patch:ce001a337e28 (#18287)
Update runtime files
https://github.com/vim/vim/commit/ce001a337e28fa368f40ac6422835d730fb8ebb1
also add `vimStdPlugin` keywords missing from previous updates
Diffstat (limited to 'runtime/syntax/vim.vim')
-rw-r--r-- | runtime/syntax/vim.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index df0572adb8..0e6ec19ff8 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -23,7 +23,7 @@ syn cluster vimCommentGroup contains=vimTodo,@Spell " Special and plugin vim commands {{{2 syn match vimCommand contained "\<z[-+^.=]\=\>" syn keyword vimOnlyCommand contained fix[del] op[en] sh[ell] P[rint] -syn keyword vimStdPlugin contained DiffOrig Man N[ext] S TOhtml XMLent XMLns +syn keyword vimStdPlugin contained Arguments Asm Break Cfilter Clear Continue DiffOrig Evaluate Finish Gdb Lfilter Man N[ext] Over P[rint] Program Run S Source Step Stop Termdebug TermdebugCommand TOhtml Until Winbar XMLent XMLns " Vim-specific options {{{2 syn keyword vimOnlyOption contained biosk bioskey cp compatible consk conskey cm cryptmethod edcompatible guipty key macatsui mzq mzquantum osfiletype oft renderoptions rop st shelltype sn shortname tenc termencoding ta textauto tx textmode tf ttyfast ttym ttymouse tbi ttybuiltin wiv weirdinvert |