mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +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
|
endfunc
|
||||||
|
|
||||||
func Test_visualbell()
|
func Test_visualbell()
|
||||||
|
set belloff=
|
||||||
set visualbell
|
set visualbell
|
||||||
call assert_beeps('normal 0h')
|
call assert_beeps('normal 0h')
|
||||||
set novisualbell
|
set novisualbell
|
||||||
|
set belloff=all
|
||||||
endfunc
|
endfunc
|
||||||
|
Reference in New Issue
Block a user