Lines Matching refs:vim9script
21 5. Namespace, Import and Export |vim9script|
52 - a script file where the first command is `vim9script`
284 vim9script noclear
288 vim9script noclear
302 vim9script
374 vim9script
381 vim9script
817 vim9script
1346 *vim9script* *vim9-export* *vim9-import*
1360 To recognize a file that can be imported the `vim9script` statement must
1364 vim9script
1366 Then "myvar" will only exist in this file. While without `vim9script` it would
1377 A side effect of `:vim9script` is that the 'cpoptions' option is set to the
1388 if !has('vim9script')
1392 vim9script
1399 skipped and `vim9script` is then the first command actually executed.
1401 executed and `finish` bails out before reaching `vim9script`.
1403 TODO: The "vim9script" feature does not exist yet, it will only be added once
1485 vim9script
1496 vim9script