aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-07 15:21:13 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-23 15:46:10 -0500
commit53f44310d7df995d892d3a9d5c57660617bee95e (patch)
treec9616ccebf22772800b5496041b070d4aa47d4f8
parentacadfc20c439bf449745762a1e4c8a187c00c023 (diff)
downloadrneovim-53f44310d7df995d892d3a9d5c57660617bee95e.tar.gz
rneovim-53f44310d7df995d892d3a9d5c57660617bee95e.tar.bz2
rneovim-53f44310d7df995d892d3a9d5c57660617bee95e.zip
doc: vi_diff: Remove 'Missing options' section
The compatibility stubs for these options were removed in [1], so this section is nearly useless. [1]: cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5
-rw-r--r--runtime/doc/vi_diff.txt31
1 files changed, 4 insertions, 27 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index d181b4999d..74277b3977 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -10,34 +10,11 @@ Throughout the help files differences between Vim and Vi/Ex are given in
curly braces, like "{not in Vi}". This file only lists what has not been
mentioned in other files and gives an overview.
-1. Missing options |missing-options|
-2. Limits |limits|
-3. The most interesting additions |vim-additions|
+1. Limits |limits|
+2. The most interesting additions |vim-additions|
==============================================================================
-1. Missing options *missing-options*
-
-These options are in the Unix Vi, but not in Vim.
-
-autoprint (ap) boolean (default on) *'autoprint'* *'ap'*
-beautify (bf) boolean (default off) *'beautify'* *'bf'*
-flash (fl) boolean (default ??) *'flash'* *'fl'*
-graphic (gr) boolean (default off) *'graphic'* *'gr'*
-hardtabs (ht) number (default 8) *'hardtabs'* *'ht'*
- number of spaces that a <Tab> moves on the display
-mesg boolean (default on) *'mesg'*
-novice boolean (default off) *'novice'*
-open boolean (default on) *'open'*
-optimize (op) boolean (default off) *'optimize'* *'op'*
-redraw boolean (default off) *'redraw'*
-slowopen (slow) boolean (default off) *'slowopen'* *'slow'*
-sourceany boolean (default off) *'sourceany'*
-w300 number (default 23) *'w300'*
-w1200 number (default 23) *'w1200'*
-w9600 number (default 23) *'w9600'*
-
-==============================================================================
-2. Limits *limits*
+1. Limits *limits*
Vim has only a few limits for the files that can be edited {Vi: can not handle
<Nul> characters and characters above 128, has limited line length, many other
@@ -81,7 +58,7 @@ don't want a swap file at all, set 'updatecount' to 0, or use the "-n"
argument when starting Vim.
==============================================================================
-3. The most interesting additions *vim-additions*
+2. The most interesting additions *vim-additions*
Vi compatibility. |'compatible'|
Although Vim is 99% Vi compatible, some things in Vi can be