Files
neovim/runtime
Michael Reed c40dff6453 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
2015-11-07 14:33:10 -05:00
..
2015-01-21 07:27:01 +01:00
2015-11-07 14:33:10 -05:00
2015-10-11 18:07:58 -04:00
2015-10-11 18:07:58 -04:00
2015-10-11 18:07:58 -04:00
2014-12-19 15:28:49 -05:00
2015-11-07 14:33:10 -05:00
2015-10-26 19:23:59 +01:00
2015-10-11 18:07:58 -04:00
2014-12-19 15:28:49 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00
2015-06-29 20:01:56 -03:00