summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-15 22:07:39 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-15 22:07:39 +0200
commit67418d97b457d2e27fe342472d3c9fd342ffc47f (patch)
tree42beedb439133453caefdada8dc3d34454d12694 /src/testdir/test_alot_utf8.vim
parent8bfe07b70878c83c838320cc6a93d62cd78b953f (diff)
patch 8.0.1200: tests switch the bell off twicev8.0.1200
Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r--src/testdir/test_alot_utf8.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim
index 8c9cfd2a9b..13e227b6ea 100644
--- a/src/testdir/test_alot_utf8.vim
+++ b/src/testdir/test_alot_utf8.vim
@@ -5,7 +5,6 @@
" runtest.vim. Checking for the multi_byte feature is in the individual
" files, so that they can be run by themselves.
-set belloff=all
source test_charsearch_utf8.vim
source test_expr_utf8.vim
source test_matchadd_conceal_utf8.vim