diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-07 14:50:08 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-07 14:50:08 -0500 |
commit | d8d631a266e196a965514e817e3381567b2d749d (patch) | |
tree | 095401e0baf5deeb7030d90e43994cfeb19a6c70 /runtime/syntax/vim.vim | |
parent | 2bc97b20993b36ff8f996a4afec1e3efa3e4748d (diff) | |
parent | c40dff6453a3f4655981ba7a49dbcace0240f5fc (diff) | |
download | rneovim-d8d631a266e196a965514e817e3381567b2d749d.tar.gz rneovim-d8d631a266e196a965514e817e3381567b2d749d.tar.bz2 rneovim-d8d631a266e196a965514e817e3381567b2d749d.zip |
Merge pull request #3569 from Pyrohh/rm-open
[RFC] Remove :open command
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 e23232bbbe..cf51830b68 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -19,7 +19,7 @@ syn cluster vimCommentGroup contains=vimTodo,@Spell " Special and plugin vim commands {{{2 syn match vimCommand contained "\<z[-+^.=]\=" -syn keyword vimOnlyCommand contained fix[del] sh[ell] P[rint] +syn keyword vimOnlyCommand contained fix[del] op[en] sh[ell] P[rint] syn keyword vimStdPlugin contained DiffOrig Man N[ext] S TOhtml XMLent XMLns " Vim-specific options {{{2 |