diff options
Diffstat (limited to 'src/testdir/test_options.vim')
-rw-r--r-- | src/testdir/test_options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim index 241c7b6e0..6cc0c1a18 100644 --- a/src/testdir/test_options.vim +++ b/src/testdir/test_options.vim @@ -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 |