1
0
forked from aniani/vim

patch 9.0.0815

This commit is contained in:
Martin Tournoij
2022-10-22 09:02:56 +01:00
committed by Bram Moolenaar
parent 436e5d395f
commit 9c50eeb401
3 changed files with 10 additions and 10 deletions

View File

@@ -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'))