Home
last modified time | relevance | path

Searched refs:cmd5 (Results 1 – 3 of 3) sorted by relevance

/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/testdir/
H A Dtest_history.vim150 call assert_equal('cmd5', histget(':', -1))
/vim-8.2.3635/src/
H A Dnormal.c1698 int cmd5) in prep_redo() argument
1717 if (cmd5 != NUL) in prep_redo()
1718 AppendCharToRedobuff(cmd5); in prep_redo()