aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-05-01 11:47:09 +0200
committerMichael Reed <m.reed@mykolab.com>2015-05-01 16:17:03 -0400
commitcc76c5b0cfb6233ff36949a4422d59cd4bc6efd5 (patch)
tree9ccff2612f8f6643fe316b6a3f45d223d726dff5 /runtime/doc
parent88827f5834c94eeba2e27cd942c615309b7c1b1d (diff)
downloadrneovim-cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5.tar.gz
rneovim-cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5.tar.bz2
rneovim-cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5.zip
Remove obsolete vi options #2553
These options were never implemented in Vim. They are documented under |missing-options| in runtime/doc/vi_diff.txt: 'autoprint' 'beautify' 'flash' 'graphic' 'hardtabs' 'mesg' 'novice' 'open' 'optimize' 'redraw' 'slowopen' 'sourceany' 'w300' 'w1200' 'w9600' References #2548.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/vi_diff.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt
index 7661652ac3..45d81bba2e 100644
--- a/runtime/doc/vi_diff.txt
+++ b/runtime/doc/vi_diff.txt
@@ -43,9 +43,7 @@ only one line.
==============================================================================
2. Missing options *missing-options*
-These options are in the Unix Vi, but not in Vim. If you try to set one of
-them you won't get an error message, but the value is not used and cannot be
-printed.
+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'*