diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-26 12:27:42 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-04 15:43:54 -0400 |
commit | f48c8d652ce93091a0ba0cb38c353ebb991e0700 (patch) | |
tree | e5d3cae4079ce83b155d7b2d021806fe9565ab31 /runtime/doc | |
parent | cadf93e6fc073d791bfa2b7a08a931be6d1b8a9f (diff) | |
download | rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.tar.gz rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.tar.bz2 rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.zip |
Remove VisualNOS highlight group remnants
Nvim hasn't ever had X11 integration, so this has was never needed.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 3 | ||||
-rw-r--r-- | runtime/doc/syntax.txt | 3 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 63466ac3ae..b6ce83825a 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3492,9 +3492,6 @@ A jump table for the options with a short description can be found at |Q_op|. |hl-Title| t Titles for output from ":set all", ":autocmd" etc. |hl-VertSplit| c column used to separate vertically split windows |hl-Visual| v Visual mode - |hl-VisualNOS| V Visual mode when Vim does is "Not Owning the - Selection" Only X11 Gui's |gui-x11| and - |xterm-clipboard|. |hl-WarningMsg| w warning messages |hl-WildMenu| W wildcard matches displayed for 'wildmenu' |hl-Folded| f line used for closed folds diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 7e1488651e..6bc1b2873c 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4836,8 +4836,7 @@ Title titles for output from ":set all", ":autocmd" etc. *hl-Visual* Visual Visual mode selection *hl-VisualNOS* -VisualNOS Visual mode selection when vim is "Not Owning the Selection". - Only X11 Gui's |gui-x11| and |xterm-clipboard| supports this. +VisualNOS Removed. |vim-differences| {Nvim} *hl-WarningMsg* WarningMsg warning messages *hl-WildMenu* diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bb3cce1552..6ad3dab246 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -131,6 +131,9 @@ MS-DOS support: 'bioskey' 'conskey' +Highlight groups: + |hl-VisualNOS| + Other options: 'guipty' 'macatsui' |