From f48c8d652ce93091a0ba0cb38c353ebb991e0700 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 26 Jun 2015 12:27:42 -0400 Subject: Remove VisualNOS highlight group remnants Nvim hasn't ever had X11 integration, so this has was never needed. --- runtime/doc/options.txt | 3 --- runtime/doc/syntax.txt | 3 +-- runtime/doc/vim_diff.txt | 3 +++ 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'runtime/doc') 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' -- cgit