diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-15 22:07:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-15 22:07:39 +0200 |
commit | 67418d97b457d2e27fe342472d3c9fd342ffc47f (patch) | |
tree | 42beedb439133453caefdada8dc3d34454d12694 /src/testdir/test_usercommands.vim | |
parent | 8bfe07b70878c83c838320cc6a93d62cd78b953f (diff) | |
download | vim-git-67418d97b457d2e27fe342472d3c9fd342ffc47f.tar.gz |
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_usercommands.vim')
-rw-r--r-- | src/testdir/test_usercommands.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_usercommands.vim b/src/testdir/test_usercommands.vim index 29db51f0a..9420321ac 100644 --- a/src/testdir/test_usercommands.vim +++ b/src/testdir/test_usercommands.vim @@ -1,7 +1,6 @@ " Tests for user defined commands " Test for <mods> in user defined commands -set belloff=all function Test_cmdmods() let g:mods = '' |