Lines Matching refs:vim9
1 *vim9.txt* For Vim version 8.2. Last change: 2021 Sep 13
9 Vim9 script commands and expressions. *Vim9* *vim9*
18 2. Differences |vim9-differences|
20 4. Types |vim9-types|
22 6. Future work: classes |vim9-classes|
24 9. Rationale |vim9-rationale|
64 :vim9[cmd] {cmd} *:vim9* *:vim9cmd*
77 2. Differences from legacy Vim script *vim9-differences*
174 *vim9-no-dict-function*
198 *vim9-variable-arguments*
214 *vim9-ignored-argument*
225 *vim9-scopes*
274 *vim9-reload*
296 *vim9-declaration* *:var*
388 *vim9-function-defined-later*
416 *vim9-unpack-ignore*
432 *vim9-const* *vim9-final*
516 *vim9-lambda*
541 < *vim9-lambda-arguments*
546 |vim9-variable-arguments|. Example: >
576 *vim9-curly*
925 *vim9-gotchas*
995 *vim9-user-command*
1027 Vim9 script: https://github.com/lacygoill/wiki/blob/master/vim/vim9.md
1082 Vim9 script: https://github.com/lacygoill/wiki/blob/master/vim/vim9.md
1164 4. Types *vim9-types*
1346 *vim9script* *vim9-export* *vim9-import*
1359 *vim9-namespace*
1361 appear as the first statement in the file (see |vim9-mix| for an exception).
1385 *vim9-mix*
1463 Once a vim9 script file has been imported, the result is cached and used the
1514 6. Future work: classes *vim9-classes*
1564 9. Rationale *vim9-rationale*