|
1 | | -*insert.txt* For Vim version 9.1. Last change: 2024 Aug 25 |
| 1 | +*insert.txt* For Vim version 9.1. Last change: 2024 Oct 08 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -51,7 +51,7 @@ char action ~ |
51 | 51 | abbreviation. |
52 | 52 | Note: If your <Esc> key is hard to hit on your keyboard, train |
53 | 53 | yourself to use CTRL-[. |
54 | | - If Esc doesn't work and you are using a Mac, try CTRL-Esc. |
| 54 | + If Esc doesn't work and you are using a Mac, try CTRL-<Esc>. |
55 | 55 | Or disable Listening under Accessibility preferences. |
56 | 56 | *i_CTRL-C* |
57 | 57 | CTRL-C Quit insert mode, go back to Normal mode. Do not check for |
@@ -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 an additional highlight group whose attributes are |
| 1186 | + abbr_hlgroup an additional highlight group whose attributes are |
1187 | 1187 | combined with |hl-PmenuSel| and |hl-Pmenu| or |
1188 | 1188 | |hl-PmenuMatchSel| and |hl-PmenuMatch| highlight |
1189 | 1189 | attributes in the popup menu to apply cterm and gui |
1190 | 1190 | properties (with higher priority) like strikethrough |
1191 | | - to the completion items |
| 1191 | + to the completion items abbreviation |
1192 | 1192 | kind_hlgroup an additional highlight group specifically for setting |
1193 | 1193 | the highlight attributes of the completion kind. When |
1194 | 1194 | this field is present, it will override the |
|
0 commit comments