forked from aniani/vim
patch 8.1.1107: no test for 'visualbell'
Problem: No test for 'visualbell'. Solution: Add a test.
This commit is contained in:
@@ -536,5 +536,10 @@ func Test_writedelay()
|
||||
call assert_inrange(30 * 0.01, 999.0, elapsed)
|
||||
|
||||
bwipe!
|
||||
delfunc ChangeText
|
||||
endfunc
|
||||
|
||||
func Test_visualbell()
|
||||
set visualbell
|
||||
call assert_beeps('normal 0h')
|
||||
set novisualbell
|
||||
endfunc
|
||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1107,
|
||||
/**/
|
||||
1106,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user