mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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.
This commit is contained in:
committed by
Michael Reed
parent
88827f5834
commit
cc76c5b0cf
@@ -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'*
|
||||
|
||||
Reference in New Issue
Block a user