diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 15:44:26 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:03:28 +0100 |
| commit | 163b2b241b174f64e73eeacaaa733fd6ab037262 (patch) | |
| tree | 3c92948a157f41b66fa0e43e261793b790b9c3c8 /src/nvim/testdir/test_normal.vim | |
| parent | 66f5e5c7d7ce762db71886b72e759a745c2b41ce (diff) | |
| download | rneovim-163b2b241b174f64e73eeacaaa733fd6ab037262.tar.gz rneovim-163b2b241b174f64e73eeacaaa733fd6ab037262.tar.bz2 rneovim-163b2b241b174f64e73eeacaaa733fd6ab037262.zip | |
vim-patch:8.0.1200: tests switch the bell off twice
Problem: Tests switch the bell off twice.
Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
https://github.com/vim/vim/commit/67418d97b457d2e27fe342472d3c9fd342ffc47f
Diffstat (limited to 'src/nvim/testdir/test_normal.vim')
| -rw-r--r-- | src/nvim/testdir/test_normal.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_normal.vim b/src/nvim/testdir/test_normal.vim index 307f62e17a..c7c0dc164c 100644 --- a/src/nvim/testdir/test_normal.vim +++ b/src/nvim/testdir/test_normal.vim @@ -2,7 +2,6 @@ source shared.vim -set belloff=all func! Setup_NewWindow() 10new call setline(1, range(1,100)) |