summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test_options.vim2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim
index 241c7b6e02..6cc0c1a180 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
diff --git a/src/version.c b/src/version.c
index e1809c63dc..08493fe1bd 100644
--- 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,