aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/manpages/vim.1
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r--runtime/doc/manpages/vim.113
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1
index c679068a69..da3d77abfe 100644
--- a/runtime/doc/manpages/vim.1
+++ b/runtime/doc/manpages/vim.1
@@ -131,12 +131,6 @@ Binary mode.
A few options will be set that makes it possible to edit a binary or
executable file.
.TP
-\-C
-Compatible. Set the 'compatible' option.
-This will make
-.B Vim
-behave mostly like Vi, even though a .vimrc file exists.
-.TP
\-d
Start in diff mode.
There should be two, three, or four file name arguments.
@@ -223,13 +217,6 @@ Modifications not allowed. The 'modifiable' and 'write' options will be unset,
so that changes are not allowed and files can not be written. Note that these
options can be set to enable making modifications.
.TP
-\-N
-No-compatible mode. Reset the 'compatible' option.
-This will make
-.B Vim
-behave a bit better, but less Vi compatible, even though a .vimrc file does
-not exist.
-.TP
\-n
No swap file will be used.
Recovery after a crash will be impossible.