Home
last modified time | relevance | path

Searched refs:vim9 (Results 1 – 25 of 38) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dvim9.txt20 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 Dtags3425 :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 Dusr_46.txt22 *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 DMakefile156 vim9.txt \
301 vim9.html \
H A Dhelp.txt149 |vim9.txt| using Vim9 script
H A Drepeat.txt370 commands. Also see |vim9-namespace|.
372 For [noclear] see |vim9-reload|.
847 *vim9-debug*
/vim-8.2.3635/src/testdir/
H A Dtest_glob2regpat.vim3 source vim9.vim
H A Dtest_vim9_disassemble.vim1971 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 Dtest_float_func.vim5 source vim9.vim
265 call assert_equal("\n123456.789", execute("vim9 echo 12'34'56.789"))
H A Dtest_execute_func.vim5 source vim9.vim
H A Dvim9.vim1 " Utility functions for testing vim9 script
H A Dtest_cmdline.vim851 " 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 Dtest_listdict.vim3 source vim9.vim
927vim9 assert_equal({'x': 1, 'y': 1, 'z': 1 }, ['x', 'y', 'z']->reduce((acc, val) => extend(acc, {[v…
H A Dtest_blob.vim3 source vim9.vim
H A Dtest_profile.vim8 source vim9.vim
H A Dtest_usercommands.vim3 source vim9.vim
H A Dtest_vim9_cmd.vim4 source vim9.vim
H A Dtest_highlight.vim7 source vim9.vim
/vim-8.2.3635/src/proto/
H A Deval.pro43 int eval_leader(char_u **arg, int vim9);
/vim-8.2.3635/runtime/ftplugin/
H A Dvim.vim51 if "\n" .. getline(1, 10)->join("\n") =~# '\n\s*vim9\%[script]\>'
/vim-8.2.3635/src/
H A Deval.c3340 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 Dex_docmd.c3428 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 Devalvars.c1090 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 Dhelp.vim79 syn match helpNormal "vim9\[cmd]"
/vim-8.2.3635/
H A DFilelist161 src/vim9.h \
188 src/testdir/vim9.vim \

12