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:
Jan Edmund Lazo
2020-02-28 03:12:03 -05:00
parent e6c9db6ede
commit ad0587133f

View File

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