aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vi_diff.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-24 12:29:19 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-24 15:40:56 -0500
commit3618240480ddd833f3ea1569115e32980220dec9 (patch)
tree8a924f1ae4ba569c4b808fc24c763a3617b4ee7e /runtime/doc/vi_diff.txt
parent5da7ea98cac53549dbbbbfafd7fcda3d93e3f99c (diff)
downloadrneovim-3618240480ddd833f3ea1569115e32980220dec9.tar.gz
rneovim-3618240480ddd833f3ea1569115e32980220dec9.tar.bz2
rneovim-3618240480ddd833f3ea1569115e32980220dec9.zip
doc: Remove some Vi-compatibility stuff
This stuff is no longer relevant, as we don't care about Vi compatibility just for the sake of it.
Diffstat (limited to 'runtime/doc/vi_diff.txt')
-rw-r--r--runtime/doc/vi_diff.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index 74277b3977..6a77ef9d39 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -60,20 +60,6 @@ argument when starting Vim.
==============================================================================
2. The most interesting additions *vim-additions*
-Vi compatibility. |'compatible'|
- Although Vim is 99% Vi compatible, some things in Vi can be
- considered to be a bug, or at least need improvement. But still, Vim
- starts in a mode which behaves like the "real" Vi as much as possible.
- To make Vim behave a little bit better, try resetting the 'compatible'
- option:
- :set nocompatible
- Or start Vim with the "-N" argument:
- vim -N
- Vim starts with 'nocompatible' automatically if you have a .vimrc
- file. See |startup|.
- The 'cpoptions' option can be used to set Vi compatibility on/off for
- a number of specific items.
-
Support for different systems.
Vim can be used on:
- All Unix systems (it works on all systems it was tested on, although