Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_xxd.vim217 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 Dtest_cindent.vim138 cmd1;
144 cmd1;
152 cmd1;
160 cmd1;
168 cmd1;
175 cmd1;
199 cmd1;
208 cmd1;
217 cmd1;
1164 cmd1;
[all …]
H A Dtest_history.vim157 call assert_equal('cmd1', histget(':', 1))
H A Dtest_vim9_script.vim2485 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 Dnormal.pro12 void prep_redo(int regname, long num, int cmd1, int cmd2, int cmd3, int cmd4, int cmd5);
/vim-8.2.3635/src/
H A Dnormal.c1694 int cmd1, in prep_redo() argument
1709 if (cmd1 != NUL) in prep_redo()
1710 AppendCharToRedobuff(cmd1); in prep_redo()