forked from aniani/vim
patch 8.2.2973: fix for recovery and diff mode not tested
Problem: Fix for recovery and diff mode not tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8352)
This commit is contained in:
committed by
Bram Moolenaar
parent
7b4f76c030
commit
3044324e8d
@@ -150,6 +150,8 @@ func Test_prompt_buffer_edit()
|
||||
call assert_beeps('normal! S')
|
||||
call assert_beeps("normal! \<C-A>")
|
||||
call assert_beeps("normal! \<C-X>")
|
||||
call assert_beeps("normal! dp")
|
||||
call assert_beeps("normal! do")
|
||||
" pressing CTRL-W in the prompt buffer should trigger the window commands
|
||||
call assert_equal(1, winnr())
|
||||
exe "normal A\<C-W>\<C-W>"
|
||||
|
||||
Reference in New Issue
Block a user