From c3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 Mar 2017 22:55:19 +0100 Subject: patch 8.0.0433: beeps when running tests Problem: Quite a few beeps when running tests. Solution: Set 'belloff' for these tests. (Christian Brabandt) --- src/testdir/test_packadd.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/test_packadd.vim') diff --git a/src/testdir/test_packadd.vim b/src/testdir/test_packadd.vim index 8ffebf9bf..9d4c6d8fe 100644 --- a/src/testdir/test_packadd.vim +++ b/src/testdir/test_packadd.vim @@ -1,5 +1,7 @@ " Tests for 'packpath' and :packadd +set belloff=all + func SetUp() let s:topdir = expand('%:h') . '/Xdir' exe 'set packpath=' . s:topdir -- cgit v1.2.1