diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-08 22:55:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-08 22:55:19 +0100 |
commit | c3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f (patch) | |
tree | ebb3661d41d6e38f638e7f14e0f47a64e29122df /src/testdir/test_close_count.in | |
parent | 12d1dc9155a507f2bbffae19696c33a640fbc8d1 (diff) | |
download | vim-c3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f.zip |
patch 8.0.0433: beeps when running tests
Problem: Quite a few beeps when running tests.
Solution: Set 'belloff' for these tests. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_close_count.in')
-rw-r--r-- | src/testdir/test_close_count.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_close_count.in b/src/testdir/test_close_count.in index f07da99b0..f40fd2361 100644 --- a/src/testdir/test_close_count.in +++ b/src/testdir/test_close_count.in @@ -2,6 +2,7 @@ Tests for :[count]close! and :[count]hide vim: set ft=vim : STARTTEST :so small.vim +:set belloff=all :let tests = [] :for i in range(5) :new |