|
1 | | -*options.txt* For Vim version 9.1. Last change: 2024 Nov 27 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Dec 01 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1069,8 +1069,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
1069 | 1069 | done with ":syntax on". |
1070 | 1070 |
|
1071 | 1071 | *'backspace'* *'bs'* |
1072 | | -'backspace' 'bs' string (default "", set to "indent,eol,start" |
1073 | | - in |defaults.vim|) |
| 1072 | +'backspace' 'bs' string (Vim default: "indent,eol,start", Vi default: "") |
1074 | 1073 | global |
1075 | 1074 | Influences the working of <BS>, <Del>, CTRL-W and CTRL-U in Insert |
1076 | 1075 | mode. This is a list of items, separated by commas. Each item allows |
@@ -2155,9 +2154,9 @@ A jump table for the options with a short description can be found at |Q_op|. |
2155 | 2154 | a match from the menu. Only works in combination with |
2156 | 2155 | "menu" or "menuone". No effect if "longest" is present. |
2157 | 2156 |
|
2158 | | - noselect Do not select a match in the menu, force the user to |
2159 | | - select one from the menu. Only works in combination with |
2160 | | - "menu" or "menuone". |
| 2157 | + noselect Same as "noinsert", except that no menu item is |
| 2158 | + pre-selected. If both "noinsert" and "noselect" are present, |
| 2159 | + "noselect" has precedence. |
2161 | 2160 |
|
2162 | 2161 | fuzzy Enable |fuzzy-matching| for completion candidates. This |
2163 | 2162 | allows for more flexible and intuitive matching, where |
|
0 commit comments