|
1 | | -*builtin.txt* For Vim version 9.1. Last change: 2024 Mar 29 |
| 1 | +*builtin.txt* For Vim version 9.1. Last change: 2024 Apr 04 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1771,7 +1771,7 @@ confirm({msg} [, {choices} [, {default} [, {type}]]]) |
1771 | 1771 | made. It returns the number of the choice. For the first |
1772 | 1772 | choice this is 1. |
1773 | 1773 | Note: confirm() is only supported when compiled with dialog |
1774 | | - support, see |+dialog_con| and |+dialog_gui|. |
| 1774 | + support, see |+dialog_con| |+dialog_con_gui| and |+dialog_gui|. |
1775 | 1775 |
|
1776 | 1776 | {msg} is displayed in a |dialog| with {choices} as the |
1777 | 1777 | alternatives. When {choices} is missing or empty, "&OK" is |
@@ -2307,7 +2307,8 @@ eval({string}) Evaluate {string} and return the result. Especially useful to |
2307 | 2307 | turn the result of |string()| back into the original value. |
2308 | 2308 | This works for Numbers, Floats, Strings, Blobs and composites |
2309 | 2309 | of them. Also works for |Funcref|s that refer to existing |
2310 | | - functions. |
| 2310 | + functions. In |Vim9| script, it can be used to obtain |enum| |
| 2311 | + values from their fully qualified names. |
2311 | 2312 |
|
2312 | 2313 | Can also be used as a |method|: > |
2313 | 2314 | argv->join()->eval() |
@@ -11199,6 +11200,7 @@ cscope Compiled with |cscope| support. |
11199 | 11200 | cursorbind Compiled with |'cursorbind'| (always true) |
11200 | 11201 | debug Compiled with "DEBUG" defined. |
11201 | 11202 | dialog_con Compiled with console dialog support. |
| 11203 | +dialog_con_gui Compiled with console and GUI dialog support. |
11202 | 11204 | dialog_gui Compiled with GUI dialog support. |
11203 | 11205 | diff Compiled with |vimdiff| and 'diff' support. |
11204 | 11206 | digraphs Compiled with support for digraphs. |
|
0 commit comments