diff options
| -rw-r--r-- | runtime/doc/options.txt | 7 | ||||
| -rw-r--r-- | runtime/doc/quickref.txt | 1 | ||||
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 | 
3 files changed, 2 insertions, 7 deletions
| diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 2727b8b5bc..047c203064 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7104,12 +7104,7 @@ A jump table for the options with a short description can be found at |Q_op|.  	has been changed.  		     *'weirdinvert'* *'wiv'* *'noweirdinvert'* *'nowiv'* -'weirdinvert' 'wiv'	boolean	(default off) -			global -	This option has the same effect as the 't_xs' terminal option. -	It is provided for backwards compatibility with version 4.x. -	Setting 'weirdinvert' has the effect of making 't_xs' non-empty, and -	vice versa.  Has no effect when the GUI is running. +'weirdinvert' 'wiv'	Removed. |vim-differences| {Nvim}  						*'whichwrap'* *'ww'*  'whichwrap' 'ww'	string	(Vim default: "b,s", Vi default: "") diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index cd9236138a..6e1c7ca561 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -918,7 +918,6 @@ Short explanation of each option:		*option-list*  'virtualedit'	  've'	    when to use virtual editing  'visualbell'	  'vb'	    use visual bell instead of beeping  'warn'			    warn for shell command when buffer was changed -'weirdinvert'	  'wiv'	    for terminals that have weird inversion method  'whichwrap'	  'ww'	    allow specified keys to cross line boundaries  'wildchar'	  'wc'	    command-line character for wildcard expansion  'wildcharm'	  'wcm'     like 'wildchar' but also works when mapped diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 3692bdc045..2bfd5f19a5 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -122,6 +122,7 @@ Other options:    'textmode'    'ttybuiltin'    'ttymouse' +  'weirdinvert'  Other commands:    :fixdel | 
