Skip to content

Commit cb94f8b

Browse files
authored
Merge pull request #1584 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 67c4374 + 8c821d6 commit cb94f8b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

doc/options.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 05
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1962,7 +1962,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
19621962
コメント用のテンプレート (雛形)。値内の "%s" はコメントテキストに置き
19631963
換えられ、可能な限りスペースでパディングされるべきである。現在のとこ
19641964
ろ、折り畳み用のマーカーを追加するために使用されている。|fold-marker|
1965-
を参照。一般的にコメントプラグインでも使用される (例:
1965+
を参照。また、一般的にコメントプラグインでも使用される (例:
19661966
|comment-install|)。
19671967

19681968
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*
@@ -4307,6 +4307,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
43074307
T:DiffText,>:SignColumn,-:Conceal,
43084308
B:SpellBad,P:SpellCap,R:SpellRare,
43094309
L:SpellLocal,+:Pmenu,=:PmenuSel,
4310+
k:PmenuMatch,<:PmenuMatchSel,
43104311
[:PmenuKind,]:PmenuKindSel,
43114312
{:PmenuExtra,}:PmenuExtraSel,
43124313
x:PmenuSbar,X:PmenuThumb,*:TabLine,
@@ -4376,6 +4377,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
43764377
|hl-PmenuExtraSel| } ポップアップメニューの "extra" の選択された行
43774378
|hl-PmenuSbar| x ポップアップメニューのスクロールバー
43784379
|hl-PmenuThumb| X ポップアップメニューのスクロールバーのつまみ
4380+
|hl-PmenuMatch| k ポップアップメニューのマッチしたテキスト
4381+
|hl-PmenuMatchSel| < ポップアップメニューの選択された行のマッチしたテ
4382+
キスト
43794383

43804384
表示モードは以下の通りである。
43814385
r 反転 (termcapの項目 "mr" と "me")

en/options.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Jun 05
1+
*options.txt* For Vim version 9.1. Last change: 2024 Jun 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1915,7 +1915,7 @@ A jump table for the options with a short description can be found at |Q_op|.
19151915
feature}
19161916
A template for a comment. The "%s" in the value is replaced with the
19171917
comment text, and should be padded with a space when possible.
1918-
Currently used to add markers for folding, see |fold-marker| also
1918+
Currently used to add markers for folding, see |fold-marker|. Also
19191919
commonly used by commenting plugins (e.g. |comment-install|).
19201920

19211921
*'compatible'* *'cp'* *'nocompatible'* *'nocp'*
@@ -4275,6 +4275,7 @@ A jump table for the options with a short description can be found at |Q_op|.
42754275
T:DiffText,>:SignColumn,-:Conceal,
42764276
B:SpellBad,P:SpellCap,R:SpellRare,
42774277
L:SpellLocal,+:Pmenu,=:PmenuSel,
4278+
k:PmenuMatch,<:PmenuMatchSel,
42784279
[:PmenuKind,]:PmenuKindSel,
42794280
{:PmenuExtra,}:PmenuExtraSel,
42804281
x:PmenuSbar,X:PmenuThumb,*:TabLine,
@@ -4341,6 +4342,8 @@ A jump table for the options with a short description can be found at |Q_op|.
43414342
|hl-PmenuExtraSel| } popup menu "extra" selected line
43424343
|hl-PmenuSbar| x popup menu scrollbar
43434344
|hl-PmenuThumb| X popup menu scrollbar thumb
4345+
|hl-PmenuMatch| k popup menu matched text
4346+
|hl-PmenuMatchSel| < popup menu matched text in selected line
43444347

43454348
The display modes are:
43464349
r reverse (termcap entry "mr" and "me")

0 commit comments

Comments
 (0)