Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_xxd.vim218 let cmd2 = 'silent !' .. s:xxd_cmd .. ' -g1 Xxxdfile > Xxxdout'
222 exe cmd2
227 exe cmd2
232 exe cmd2
238 exe cmd2
243 exe cmd2
248 exe cmd2
H A Dtest_cindent.vim139 cmd2;
146 cmd2;
153 cmd2;
169 cmd2;
177 cmd2;
203 cmd2;
212 cmd2;
218 cmd2;
1104 cmd2;
1111 cmd2;
[all …]
H A Dtest_vim9_script.vim2486 var cmd2 = '"execute-var")'
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.c1695 int cmd2, in prep_redo() argument
1711 if (cmd2 != NUL) in prep_redo()
1712 AppendCharToRedobuff(cmd2); in prep_redo()