|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | 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|.
|
1915 | 1915 | feature}
|
1916 | 1916 | A template for a comment. The "%s" in the value is replaced with the
|
1917 | 1917 | 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 |
1919 | 1919 | commonly used by commenting plugins (e.g. |comment-install|).
|
1920 | 1920 |
|
1921 | 1921 | *'compatible'* *'cp'* *'nocompatible'* *'nocp'*
|
@@ -4275,6 +4275,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4275 | 4275 | T:DiffText,>:SignColumn,-:Conceal,
|
4276 | 4276 | B:SpellBad,P:SpellCap,R:SpellRare,
|
4277 | 4277 | L:SpellLocal,+:Pmenu,=:PmenuSel,
|
| 4278 | + k:PmenuMatch,<:PmenuMatchSel, |
4278 | 4279 | [:PmenuKind,]:PmenuKindSel,
|
4279 | 4280 | {:PmenuExtra,}:PmenuExtraSel,
|
4280 | 4281 | 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|.
|
4341 | 4342 | |hl-PmenuExtraSel| } popup menu "extra" selected line
|
4342 | 4343 | |hl-PmenuSbar| x popup menu scrollbar
|
4343 | 4344 | |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 |
4344 | 4347 |
|
4345 | 4348 | The display modes are:
|
4346 | 4349 | r reverse (termcap entry "mr" and "me")
|
|
0 commit comments