Searched refs:vim9 (Results 1 – 25 of 38) sorted by relevance
12
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim9.txt | 20 4. Types |vim9-types| 64 :vim9[cmd] {cmd} *:vim9* *:vim9cmd* 225 *vim9-scopes* 274 *vim9-reload* 432 *vim9-const* *vim9-final* 516 *vim9-lambda* 576 *vim9-curly* 925 *vim9-gotchas* 1346 *vim9script* *vim9-export* *vim9-import* 1359 *vim9-namespace* [all …]
|
| H A D | tags | 3425 :vim9 vim9.txt /*:vim9* 10241 vim9 vim9.txt /*vim9* 10243 vim9-const vim9.txt /*vim9-const* 10244 vim9-curly vim9.txt /*vim9-curly* 10249 vim9-export vim9.txt /*vim9-export* 10250 vim9-final vim9.txt /*vim9-final* 10254 vim9-import vim9.txt /*vim9-import* 10255 vim9-lambda vim9.txt /*vim9-lambda* 10257 vim9-mix vim9.txt /*vim9-mix* 10264 vim9-types vim9.txt /*vim9-types* [all …]
|
| H A D | usr_46.txt | 22 *46.1* Introduction *vim9-script-intro* 72 *46.2* Variable declarations *vim9-declarations* 164 *46.?* Using a Vim9 script from legacy script *source-vim9-script*
|
| H A D | Makefile | 156 vim9.txt \ 301 vim9.html \
|
| H A D | help.txt | 149 |vim9.txt| using Vim9 script
|
| H A D | repeat.txt | 370 commands. Also see |vim9-namespace|. 372 For [noclear] see |vim9-reload|. 847 *vim9-debug*
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_glob2regpat.vim | 3 source vim9.vim
|
| H A D | test_vim9_disassemble.vim | 1971 execute 'help vim9.txt' 1972 var cmd = 'help vim9.txt' 1974 var tag = 'vim9.txt' 1981 "execute 'help vim9.txt'\\_s*" .. 1982 '\d PUSHS "help vim9.txt"\_s*' .. 1984 "var cmd = 'help vim9.txt'\\_s*" .. 1985 '\d PUSHS "help vim9.txt"\_s*' .. 1990 "var tag = 'vim9.txt'\\_s*" .. 1991 '\d PUSHS "vim9.txt"\_s*' ..
|
| H A D | test_float_func.vim | 5 source vim9.vim 265 call assert_equal("\n123456.789", execute("vim9 echo 12'34'56.789"))
|
| H A D | test_execute_func.vim | 5 source vim9.vim
|
| H A D | vim9.vim | 1 " Utility functions for testing vim9 script
|
| H A D | test_cmdline.vim | 851 " completion for vim9 and legacy commands 852 call feedkeys(":vim9 call strle\<C-A>\<C-B>\"\<CR>", 'xt') 853 call assert_equal("\"vim9 call strlen(", @:) 964 " completion for the :vim9 commands 965 call feedkeys(":vim9\<C-A>\<C-B>\"\<CR>", 'xt')
|
| H A D | test_listdict.vim | 3 source vim9.vim 927 …vim9 assert_equal({'x': 1, 'y': 1, 'z': 1 }, ['x', 'y', 'z']->reduce((acc, val) => extend(acc, {[v…
|
| H A D | test_blob.vim | 3 source vim9.vim
|
| H A D | test_profile.vim | 8 source vim9.vim
|
| H A D | test_usercommands.vim | 3 source vim9.vim
|
| H A D | test_vim9_cmd.vim | 4 source vim9.vim
|
| H A D | test_highlight.vim | 7 source vim9.vim
|
| /vim-8.2.3635/src/proto/ |
| H A D | eval.pro | 43 int eval_leader(char_u **arg, int vim9);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vim.vim | 51 if "\n" .. getline(1, 10)->join("\n") =~# '\n\s*vim9\%[script]\>'
|
| /vim-8.2.3635/src/ |
| H A D | eval.c | 3340 eval_leader(char_u **arg, int vim9) in eval_leader() argument 3350 if (vim9 && (*p == '-' || *p == '+') && (*n == '-' || *n == '+')) in eval_leader() 3965 int vim9 = in_vim9script(); in eval_index() local 3996 else if (vim9 && **arg == ':') in eval_index() 4007 if (vim9 && rettv->v_type == VAR_DICT in eval_index() 4030 if (vim9 && !IS_WHITE_OR_NUL(**arg) && **arg != ']') in eval_index()
|
| H A D | ex_docmd.c | 3428 int vim9 = FALSE; in find_ex_command() local 3430 int vim9 = in_vim9script(); in find_ex_command() local 3642 if (!vim9 && *p == 'k') in find_ex_command() 3647 else if (!vim9 in find_ex_command() 3681 if (!vim9 && *eap->cmd == 'd' && (p[-1] == 'l' || p[-1] == 'p')) in find_ex_command() 3758 && vim9 in find_ex_command()
|
| H A D | evalvars.c | 1090 int vim9 = in_vim9script(); in skip_var_one() local 1099 if (vim9 && end == arg + 2 && end[-1] == ':') in skip_var_one() 1102 if (include_type && vim9) in skip_var_one()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | help.vim | 79 syn match helpNormal "vim9\[cmd]"
|
| /vim-8.2.3635/ |
| H A D | Filelist | 161 src/vim9.h \ 188 src/testdir/vim9.vim \
|
12