Skip to content

Commit 3c3f466

Browse files
committed
Update by original
1 parent c85b499 commit 3c3f466

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

doc/options.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4794,7 +4794,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
47944794
l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,
47954795
a:LineNrAbove,b:LineNrBelow,
47964796
N:CursorLineNr,r:Question,s:StatusLine,
4797-
S:StatusLineNC,c:VertSplit,t:Title,
4797+
S:StatusLineNC,c:VertSplit,
4798+
|:VertSplitNC,t:Title,
47984799
v:Visual,V:VisualNOS,w:WarningMsg,
47994800
W:WildMenu,f:Folded,F:FoldColumn,
48004801
A:DiffAdd,C:DiffChange,D:DiffDelete,
@@ -4843,6 +4844,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
48434844
|hl-StatusLineNC| S 非カレントウィンドウのステータス行
48444845
|hl-Title| t ":set all", ":autocmd" 等の出力のタイトル
48454846
|hl-VertSplit| c ウィンドウの垂直分割に使われる区切り
4847+
|hl-VertSplitNC| | 非カレントな垂直分割ウィンドウを区切る桁
48464848
|hl-Visual| v ビジュアルモード
48474849
|hl-VisualNOS| V Vim が「セレクションを所有していない」場合のビジュ
48484850
アルモード。X11 Gui の |gui-x11|、

en/options.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)