forked from aniani/vim
patch 9.0.0815
This commit is contained in:
committed by
Bram Moolenaar
parent
436e5d395f
commit
9c50eeb401
@@ -268,8 +268,8 @@ func Test_shell_repeat()
|
||||
call assert_equal(['Cmd: [-c echo coconut]'], readfile('Xlog'))
|
||||
|
||||
call writefile(['empty'], 'Xlog')
|
||||
call feedkeys(":!\<CR>", 'xt') " :! is a no-op
|
||||
call assert_equal(['empty'], readfile('Xlog'))
|
||||
call feedkeys(":!\<CR>", 'xt') " :!
|
||||
call assert_equal(['Cmd: [-c ]'], readfile('Xlog'))
|
||||
|
||||
call feedkeys(":!!\<CR>", 'xt') " :! doesn't clear previous command
|
||||
call assert_equal(['Cmd: [-c echo coconut]'], readfile('Xlog'))
|
||||
|
||||
Reference in New Issue
Block a user