1
0
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:
Yegappan Lakshmanan
2021-06-10 21:52:15 +02:00
committed by Bram Moolenaar
parent 7b4f76c030
commit 3044324e8d
4 changed files with 166 additions and 1 deletions

View File

@@ -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>"