diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 10:26:40 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 12:21:47 +0100 |
| commit | ce09d4134b05cfdf6f71bcc93bb5cb9e48e4d9a0 (patch) | |
| tree | e9b4183a4e6e1d59c27ddaa38417f70a3cff2fcb /src/nvim/testdir/test_diffmode.vim | |
| parent | 9c92eed86f99fa4f423228a5afd0ef8eac9894e3 (diff) | |
| download | rneovim-ce09d4134b05cfdf6f71bcc93bb5cb9e48e4d9a0.tar.gz rneovim-ce09d4134b05cfdf6f71bcc93bb5cb9e48e4d9a0.tar.bz2 rneovim-ce09d4134b05cfdf6f71bcc93bb5cb9e48e4d9a0.zip | |
vim-patch:8.0.0433: beeps when running tests
Problem: Quite a few beeps when running tests.
Solution: Set 'belloff' for these tests. (Christian Brabandt)
https://github.com/vim/vim/commit/c3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f
Diffstat (limited to 'src/nvim/testdir/test_diffmode.vim')
| -rw-r--r-- | src/nvim/testdir/test_diffmode.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim index ad2100e8a2..b5a76909a2 100644 --- a/src/nvim/testdir/test_diffmode.vim +++ b/src/nvim/testdir/test_diffmode.vim @@ -1,4 +1,5 @@ " Tests for diff mode +set belloff=all func Test_diff_fold_sync() enew! |