|
1 | | -*options.txt* For Vim version 9.2. Last change: 2026 May 04 |
| 1 | +*options.txt* For Vim version 9.2. Last change: 2026 May 08 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -3983,7 +3983,8 @@ A jump table for the options with a short description can be found at |Q_op|. |
3983 | 3983 | |String| and is the |:find| command argument. The second argument is |
3984 | 3984 | a |Boolean| and is set to |v:true| when the function is called to get |
3985 | 3985 | a List of command-line completion matches for the |:find| command. |
3986 | | - The function should return a List of strings. |
| 3986 | + The function should return a List, which is handled similarly to the |
| 3987 | + return value of a |:command-completion-customlist| function. |
3987 | 3988 |
|
3988 | 3989 | The function is called only once per |:find| command invocation. |
3989 | 3990 | The function can process all the directories specified in 'path'. |
@@ -6799,9 +6800,6 @@ A jump table for the options with a short description can be found at |Q_op|. |
6799 | 6800 | < Replace the ';' with a ':' or whatever separator is used. Note that |
6800 | 6801 | this doesn't work when $INCL contains a comma or white space. |
6801 | 6802 |
|
6802 | | - This option cannot be set from a |modeline| or in the |sandbox|, for |
6803 | | - security reasons. |
6804 | | - |
6805 | 6803 | *'perldll'* |
6806 | 6804 | 'perldll' string (default depends on the build) |
6807 | 6805 | global |
@@ -7848,6 +7846,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
7848 | 7846 | Note: When using a pipe like "| tee", you'll lose the exit code of the |
7849 | 7847 | shell command. This might be configurable by your shell, look for |
7850 | 7848 | the pipefail option (for bash and zsh, use ":set -o pipefail"). |
| 7849 | + Only a single "%s" value is allowed. |
7851 | 7850 | This option cannot be set from a |modeline| or in the |sandbox|, for |
7852 | 7851 | security reasons. |
7853 | 7852 |
|
@@ -7891,6 +7890,9 @@ A jump table for the options with a short description can be found at |Q_op|. |
7891 | 7890 | become obsolete (at least for Unix). |
7892 | 7891 | This option cannot be set from a |modeline| or in the |sandbox|, for |
7893 | 7892 | security reasons. |
| 7893 | + *E1577* |
| 7894 | + Only a single "%s" item is allowed in the option value. |
| 7895 | + |
7894 | 7896 |
|
7895 | 7897 | *'shellslash'* *'ssl'* *'noshellslash'* *'nossl'* |
7896 | 7898 | 'shellslash' 'ssl' boolean (default off) |
|
0 commit comments