vim-patch:8.1.1107: no test for 'visualbell'

Problem:    No test for 'visualbell'.
Solution:   Add a test.
b4e6a2d075
This commit is contained in:
Jan Edmund Lazo 2020-02-28 03:10:25 -05:00
parent 4ccbc8d56e
commit e6c9db6ede
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 6 additions and 0 deletions

View File

@ -511,3 +511,9 @@ func Test_shortmess_F2()
bwipe
bwipe
endfunc
func Test_visualbell()
set visualbell
call assert_beeps('normal 0h')
set novisualbell
endfunc