0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.1.1108: test for 'visualbell' doesn't work

Problem:    Test for 'visualbell' doesn't work.
Solution:   Make 'belloff' empty.
This commit is contained in:
Bram Moolenaar 2019-04-03 22:52:34 +02:00
parent b4e6a2d075
commit 7a66627cf4
2 changed files with 4 additions and 0 deletions

View File

@ -539,7 +539,9 @@ func Test_writedelay()
endfunc
func Test_visualbell()
set belloff=
set visualbell
call assert_beeps('normal 0h')
set novisualbell
set belloff=all
endfunc

View File

@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1108,
/**/
1107,
/**/