aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_undo.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-21 10:26:40 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-01-21 12:21:47 +0100
commitce09d4134b05cfdf6f71bcc93bb5cb9e48e4d9a0 (patch)
treee9b4183a4e6e1d59c27ddaa38417f70a3cff2fcb /src/nvim/testdir/test_undo.vim
parent9c92eed86f99fa4f423228a5afd0ef8eac9894e3 (diff)
downloadrneovim-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_undo.vim')
-rw-r--r--src/nvim/testdir/test_undo.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim
index 171618f6f7..0f9f6c3310 100644
--- a/src/nvim/testdir/test_undo.vim
+++ b/src/nvim/testdir/test_undo.vim
@@ -3,6 +3,7 @@
" undo-able pieces. Do that by setting 'undolevels'.
" Also tests :earlier and :later.
+set belloff=all
func Test_undotree()
exe "normal Aabc\<Esc>"
set ul=100