changeset 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 811ef62e4751
children 7e3a172a7f09
files src/testdir/test_options.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
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
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1108,
+/**/
     1107,
 /**/
     1106,