mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-patch:8.1.1108: test for 'visualbell' doesn't work
Problem: Test for 'visualbell' doesn't work.
Solution: Make 'belloff' empty.
7a66627cf4
This commit is contained in:
@@ -513,7 +513,9 @@ func Test_shortmess_F2()
|
||||
endfunc
|
||||
|
||||
func Test_visualbell()
|
||||
set belloff=
|
||||
set visualbell
|
||||
call assert_beeps('normal 0h')
|
||||
set novisualbell
|
||||
set belloff=all
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user