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_diffmode.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_diffmode.vim')
| -rw-r--r-- | src/nvim/testdir/test_diffmode.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim index 088ec5ccf6..d95b29759e 100644 --- a/src/nvim/testdir/test_diffmode.vim +++ b/src/nvim/testdir/test_diffmode.vim @@ -1,5 +1,4 @@ " Tests for diff mode -set belloff=all func Test_diff_fold_sync() enew! |