@@ -4757,7 +4757,8 @@ A jump table for the options with a short description can be found at |Q_op|.
47574757 l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,
47584758 a:LineNrAbove,b:LineNrBelow,
47594759 N:CursorLineNr,r:Question,s:StatusLine,
4760- S:StatusLineNC,c:VertSplit,t:Title,
4760+ S:StatusLineNC,c:VertSplit,
4761+ |:VertSplitNC,t:Title,
47614762 v:Visual,V:VisualNOS,w:WarningMsg,
47624763 W:WildMenu,f:Folded,F:FoldColumn,
47634764 A:DiffAdd,C:DiffChange,D:DiffDelete,
@@ -4805,6 +4806,8 @@ A jump table for the options with a short description can be found at |Q_op|.
48054806 | hl-StatusLineNC | S status lines of not-current windows
48064807 | hl-Title | t Titles for output from ":set all", ":autocmd" etc.
48074808 | hl-VertSplit | c column used to separate vertically split windows
4809+ | hl-VertSplitNC | | column separating non-current vertically split
4810+ windows
48084811 | hl-Visual | v Visual mode
48094812 | hl-VisualNOS | V Visual mode when Vim is "Not Owning the
48104813 Selection" Only X11 Gui's | gui-x11 | ,
0 commit comments