mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Remove :open command
From the documentation itself:
:[range]o[pen] Works like |:visual|: end Ex mode.
{Vi: start editing in open mode}
...
Vim does not support open mode, since it's not really useful. For
those situations where ":open" would start open mode Vim will leave Ex
mode, which allows executing the same commands, but updates the whole
screen instead of only one line.
Part of the reason behind this is to make removing vi_diff.txt easier,
although it's also because :open is not too useful.
Helped-by: @fdinoff
Helped-by: @dsummersl
Helped-by: @mhinz
Helped-by: @justinmk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user