Searched refs:cmds (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | create_cmdidxs.vim | 10 let cmds = [] variable 20 let cmds += [ m[1] ] variable 50 for i in range(len(cmds) - 1, 0, -1) 51 let cmd = cmds[i] 101 let output += [ 'static const int command_count = ' . (len(cmds) + skipped_cmds) . ';' ]
|
| H A D | autocmd.c | 69 AutoCmd *cmds; // list of commands to do member 318 for (ac = ap->cmds; ac != NULL; ac = ac->next) in show_autocmd() 363 for (ac = ap->cmds; ac != NULL; ac = ac->next) in au_remove_cmds() 400 prev_ac = &(ap->cmds); in au_cleanup() 1263 ap->cmds = NULL; in do_autocmd_event() 1276 prev_ac = &(ap->cmds); in do_autocmd_event() 2340 if (ap->pat != NULL && ap->cmds != NULL in auto_next_pat() 2366 apc->nextcmd = ap->cmds; in auto_next_pat() 2368 for (cp = ap->cmds; cp->next != NULL; cp = cp->next) in auto_next_pat() 2476 if (ap->pat != NULL && ap->cmds != NULL in has_autocmd() [all …]
|
| H A D | sign.c | 43 static char *cmds[] = { variable 871 if (cmds[idx] == NULL || STRCMP(begin_cmd, cmds[idx]) == 0) in sign_cmd_idx() 2002 return (char_u *)cmds[idx]; in get_sign_name()
|
| H A D | main.c | 3033 char_u **cmds = parmp->pre_commands; in exe_pre_commands() local 3047 do_cmdline_cmd(cmds[i]); in exe_pre_commands()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_tcl.txt | 12 4. Tcl window commands |tcl-window-cmds| 13 5. Tcl buffer commands |tcl-buffer-cmds| 104 buffer command (see |tcl-buffer-cmds|) for the buffer with that 161 implemented. This creates a window command (see |tcl-window-cmds|) for 189 (see |tcl-buffer-cmds|). This element is read-only. 194 (see |tcl-window-cmds|). This element is read-only. 227 4. Tcl window commands *tcl-window-cmds* 255 < $buf is now a valid Tcl command. See |tcl-buffer-cmds| for the 302 5. Tcl buffer commands *tcl-buffer-cmds* 411 < See |tcl-window-cmds| for the available options.
|
| H A D | version4.txt | 27 Use of "v", "V" and "CTRL-V" in Visual mode |use-visual-cmds| 338 Use of "v", "V" and "CTRL-V" in Visual mode *use-visual-cmds*
|
| H A D | if_lua.txt | 178 vim.command({cmds}) Executes one or more lines of Ex-mode commands 179 in {cmds}.
|
| H A D | various.txt | 9 1. Various commands |various-cmds| 13 1. Various commands *various-cmds*
|
| H A D | tags | 8081 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* 8118 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* 9610 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* 9642 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* 9887 use-visual-cmds version4.txt /*use-visual-cmds* 10164 various-cmds various.txt /*various-cmds*
|
| H A D | pi_netrw.txt | 49 Quick Reference: Commands...........................|netrw-browse-cmds| 1035 See |netrw-browse-cmds| for all the things you can do with netrw! 1054 Quick Reference: Commands.....................|netrw-browse-cmds| 1164 QUICK REFERENCE: COMMANDS *netrw-explore-cmds* *netrw-browse-cmds* {{{2
|
| /vim-8.2.3635/src/testdir/ |
| H A D | shared.vim | 358 " Run the list of commands in 'cmds' and look for 'errstr' in exception. 361 func AssertException(cmds, errstr) argument 364 for cmd in a:cmds
|
| H A D | test_cmdline.vim | 388 let cmds = ['add', 'find', 'help', 'kill', 'reset', 'show'] 389 call assert_equal(cmds, l) 393 call assert_equal(cmds, l) 402 let cmds = ['define', 'jump', 'list', 'place', 'undefine', 'unplace'] 403 call assert_equal(cmds, l) 407 call assert_equal(cmds, l)
|
| H A D | test_python2.vim | 359 let cmds =<< trim END 363 call AssertException(cmds, '')
|
| H A D | test_python3.vim | 554 let cmds =<< trim END 558 call AssertException(cmds, '')
|
| H A D | test_normal.vim | 3138 " Tests for g cmds
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | virata.vim | 92 " Link {<link cmds>} 103 " MakeRule <make suffix=file> {<make cmds>}
|
| H A D | mush.vim | 21 syntax keyword mushFunction contained chr clone cmds cnetpost comp con config conn
|