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:
parent
b4e6a2d075
commit
7a66627cf4
@ -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
|
||||
|
@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1108,
|
||||
/**/
|
||||
1107,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user