|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2024 Jun 01 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Jun 05 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1909,13 +1909,14 @@ A jump table for the options with a short description can be found at |Q_op|.
|
1909 | 1909 | insert a space.
|
1910 | 1910 |
|
1911 | 1911 | *'commentstring'* *'cms'* *E537*
|
1912 |
| -'commentstring' 'cms' string (default "/*%s*/") |
| 1912 | +'commentstring' 'cms' string (default "/* %s */") |
1913 | 1913 | local to buffer
|
1914 | 1914 | {not available when compiled without the |+folding|
|
1915 | 1915 | feature}
|
1916 | 1916 | A template for a comment. The "%s" in the value is replaced with the
|
1917 |
| - comment text. Currently only used to add markers for folding, see |
1918 |
| - |fold-marker|. Also used by comment plugins |comment-install|. |
| 1917 | + comment text, and should be padded with a space when possible. |
| 1918 | + Currently used to add markers for folding, see |fold-marker| also |
| 1919 | + commonly used by commenting plugins (e.g. |comment-install|). |
1919 | 1920 |
|
1920 | 1921 | *'compatible'* *'cp'* *'nocompatible'* *'nocp'*
|
1921 | 1922 | 'compatible' 'cp' boolean (default on, off when a |vimrc| or |gvimrc|
|
@@ -2100,7 +2101,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2100 | 2101 |
|
2101 | 2102 | *'completeopt'* *'cot'*
|
2102 | 2103 | 'completeopt' 'cot' string (default: "menu,preview")
|
2103 |
| - global |
| 2104 | + global or local to buffer |global-local| |
2104 | 2105 | A comma-separated list of options for Insert mode completion
|
2105 | 2106 | |ins-completion|. The supported values are:
|
2106 | 2107 |
|
@@ -2143,6 +2144,14 @@ A jump table for the options with a short description can be found at |Q_op|.
|
2143 | 2144 | select one from the menu. Only works in combination with
|
2144 | 2145 | "menu" or "menuone".
|
2145 | 2146 |
|
| 2147 | + fuzzy Enable |fuzzy-matching| for completion candidates. This |
| 2148 | + allows for more flexible and intuitive matching, where |
| 2149 | + characters can be skipped and matches can be found even |
| 2150 | + if the exact sequence is not typed. Only makes a |
| 2151 | + difference how completion candidates are reduced from the |
| 2152 | + list of alternatives, but not how the candidates are |
| 2153 | + collected (using different completion types). |
| 2154 | + |
2146 | 2155 | *'completepopup'* *'cpp'*
|
2147 | 2156 | 'completepopup' 'cpp' string (default empty)
|
2148 | 2157 | global
|
|
0 commit comments