diff options
author | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-05-07 17:20:38 +0200 |
---|---|---|
committer | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-05-08 11:57:41 +0200 |
commit | dbf68da69874c86b7b60378f9ea8c5fcb989c7fb (patch) | |
tree | c2df57ae63ab9d605c85321be1839b8b29b3ec9b /runtime/doc/vim_diff.txt | |
parent | 0d90b5c36c3c17e696792b80f9f4f45778f1cbfd (diff) | |
download | rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.tar.gz rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.tar.bz2 rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.zip |
doc: mark `macatsui` option as removed, update vim_diff.txt
This option has already been removed in the source.
Nvim does not have a GUI, so `nvim -g` does not work.
Also add `macatsui` to the list of removed options.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 05de4598c9..215b0edb94 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -110,6 +110,7 @@ MS-DOS support: 'conskey' Other options: + 'macatsui' 'shortname' 'shelltype' 'textauto' @@ -123,6 +124,9 @@ Other commands: Other compile-time features: EBCDIC +Nvim does not have a built-in GUI and hence the following aliases have been +removed: gvim, gex, gview, rgvim, rgview + "Easy mode" (eview, evim, nvim -y) "(g)vimdiff" (alias for "(g)nvim -d" |diff-mode|) "Vi mode" (nvim -v) @@ -133,13 +137,8 @@ of just using their command line arguments: ex nvim -e exim nvim -E view nvim -R - gvim nvim -g - gex nvim -eg - gview nvim -Rg rvim nvim -Z rview nvim -RZ - rgvim nvim -gZ - rgview nvim -RgZ ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: |