Searched refs:cmd1 (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_xxd.vim | 217 let cmd1 = 'silent !' .. s:xxd_cmd .. ' -r Xxxdin Xxxdfile' 221 exe cmd1 226 exe cmd1 231 exe cmd1 237 exe cmd1 242 exe cmd1 247 exe cmd1
|
| H A D | test_cindent.vim | 138 cmd1; 144 cmd1; 152 cmd1; 160 cmd1; 168 cmd1; 175 cmd1; 199 cmd1; 208 cmd1; 217 cmd1; 1164 cmd1; [all …]
|
| H A D | test_history.vim | 157 call assert_equal('cmd1', histget(':', 1))
|
| H A D | test_vim9_script.vim | 2485 var cmd1 = 'setline(1,' 2487 execute cmd1 cmd2 # comment 2490 execute cmd1 cmd2 '|setline(1, "execute-var-string")'
|
| /vim-8.2.3635/src/proto/ |
| H A D | normal.pro | 12 void prep_redo(int regname, long num, int cmd1, int cmd2, int cmd3, int cmd4, int cmd5);
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 1694 int cmd1, in prep_redo() argument 1709 if (cmd1 != NUL) in prep_redo() 1710 AppendCharToRedobuff(cmd1); in prep_redo()
|