|
1 |
| -*insert.txt* For Vim version 9.1. Last change: 2024 Jul 25 |
| 1 | +*insert.txt* For Vim version 9.1. Last change: 2024 Jul 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1183,12 +1183,12 @@ items:
|
1183 | 1183 | user_data custom data which is associated with the item and
|
1184 | 1184 | available in |v:completed_item|; it can be any type;
|
1185 | 1185 | defaults to an empty string
|
1186 |
| - hl_group allows specifying an additional highlight group to |
1187 |
| - apply extra attributes to completion items in the |
1188 |
| - popupmenu. Is combined with |hl-PmenuSel| and |
1189 |
| - |hl-Pmenu| highlighting attributes to apply cterm and |
1190 |
| - gui properties, such as strikethrough to the |
1191 |
| - completion items. |
| 1186 | + hl_group an additional highlight group whose attributes are |
| 1187 | + combined with |hl-PmenuSel| and |hl-Pmenu| or |
| 1188 | + |hl-PmenuMatchSel| and |hl-PmenuMatch| highlight |
| 1189 | + attributes in the popup menu to apply cterm and gui |
| 1190 | + properties (with higher priority) like strikethrough |
| 1191 | + to the completion items |
1192 | 1192 |
|
1193 | 1193 | All of these except "icase", "equal", "dup" and "empty" must be a string. If
|
1194 | 1194 | an item does not meet these requirements then an error message is given and
|
@@ -2007,7 +2007,7 @@ command in ex mode: >
|
2007 | 2007 | two
|
2008 | 2008 | .
|
2009 | 2009 | :visual
|
2010 |
| -<appends the following text, after the cursor line: > |
| 2010 | +appends the following text, after the cursor line: > |
2011 | 2011 | one
|
2012 | 2012 | two
|
2013 | 2013 | <
|
|
0 commit comments