diff src/testdir/test_options.vim @ 16206:d302c496e98b v8.1.1108

patch 8.1.1108: test for 'visualbell' doesn't work commit https://github.com/vim/vim/commit/7a66627cf43412604a28e0d99df8f96a29ff1c3a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 3 22:52:34 2019 +0200 patch 8.1.1108: test for 'visualbell' doesn't work Problem: Test for 'visualbell' doesn't work. Solution: Make 'belloff' empty.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Apr 2019 23:00:04 +0200
parents e49b0957a0c7
children ca1814eeecf5
line wrap: on
line diff
--- 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