|
3 | 3 | helpname: 'options' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="options.html" name="options.txt">options.txt</a> For <span class="Identifier">Vim version 9.1.</span> Last change: 2024 Nov 27<br> |
| 6 | +<a class="Constant" href="options.html" name="options.txt">options.txt</a> For <span class="Identifier">Vim version 9.1.</span> Last change: 2024 Dec 01<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIM REFERENCE MANUAL by Bram Moolenaar</span><br> |
|
1074 | 1074 | done with ":syntax on".<br> |
1075 | 1075 | <br> |
1076 | 1076 | <a class="Constant" href="options.html#'backspace'" name="'backspace'">'backspace'</a> <a class="Constant" href="options.html#'bs'" name="'bs'">'bs'</a><br> |
1077 | | -<a class="Type" href="options.html#'backspace'">'backspace'</a> <a class="Type" href="options.html#'bs'">'bs'</a> string (default "", set to "indent,eol,start"<br> |
1078 | | - in <a class="Identifier" href="starting.html#defaults.vim">defaults.vim</a>)<br> |
| 1077 | +<a class="Type" href="options.html#'backspace'">'backspace'</a> <a class="Type" href="options.html#'bs'">'bs'</a> string (Vim default: "indent,eol,start", Vi default: "")<br> |
1079 | 1078 | global<br> |
1080 | 1079 | Influences the working of <span class="Special"><BS></span>, <span class="Special"><Del></span>, <span class="Special">CTRL-W</span> and <span class="Special">CTRL-U</span> in Insert<br> |
1081 | 1080 | mode. This is a list of items, separated by commas. Each item allows<br> |
|
2160 | 2159 | a match from the menu. Only works in combination with<br> |
2161 | 2160 | "menu" or "menuone". No effect if "longest" is present.<br> |
2162 | 2161 | <br> |
2163 | | - noselect Do not select a match in the menu, force the user to<br> |
2164 | | - select one from the menu. Only works in combination with<br> |
2165 | | - "menu" or "menuone".<br> |
| 2162 | + noselect Same as "noinsert", except that no menu item is<br> |
| 2163 | + pre-selected. If both "noinsert" and "noselect" are present,<br> |
| 2164 | + "noselect" has precedence.<br> |
2166 | 2165 | <br> |
2167 | 2166 | fuzzy Enable <a class="Identifier" href="pattern.html#fuzzy-matching">fuzzy-matching</a> for completion candidates. This<br> |
2168 | 2167 | allows for more flexible and intuitive matching, where<br> |
|
0 commit comments