From: Bram Moolenaar Date: Wed, 3 Apr 2019 20:52:34 +0000 (+0200) Subject: patch 8.1.1108: test for 'visualbell' doesn't work X-Git-Tag: v8.1.1108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a66627cf43412604a28e0d99df8f96a29ff1c3a;p=thirdparty%2Fvim.git patch 8.1.1108: test for 'visualbell' doesn't work Problem: Test for 'visualbell' doesn't work. Solution: Make 'belloff' empty. --- 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 @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1108, /**/ 1107, /**/