mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:8.1.1193: typos and small problems in test files
Problem: Typos and small problems in test files.
Solution: Small improvements.
037c54f261
Include unmerged patch v8.0.1200 changes
because this patch depends on `set beloff=all` removed in 1 test.
This commit is contained in:
@@ -255,7 +255,6 @@ func TriggerTheProblem()
|
||||
endfunc
|
||||
|
||||
func Test_visual_mode_reset()
|
||||
set belloff=all
|
||||
enew
|
||||
let g:msg = "Everything's fine."
|
||||
enew
|
||||
@@ -268,7 +267,6 @@ func Test_visual_mode_reset()
|
||||
exe "normal! GV:call TriggerTheProblem()\<CR>"
|
||||
call assert_equal("Everything's fine.", g:msg)
|
||||
|
||||
set belloff&
|
||||
endfunc
|
||||
|
||||
func Test_Visual_word_textobject()
|
||||
|
Reference in New Issue
Block a user