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_cmdline.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_cmdline.vim')
| -rw-r--r-- | src/nvim/testdir/test_cmdline.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_cmdline.vim b/src/nvim/testdir/test_cmdline.vim index 115c228ce8..0d2dad80ce 100644 --- a/src/nvim/testdir/test_cmdline.vim +++ b/src/nvim/testdir/test_cmdline.vim @@ -1,5 +1,7 @@ " Tests for editing the command line. +set belloff=all + func Test_complete_tab() call writefile(['testfile'], 'Xtestfile') call feedkeys(":e Xtestf\t\r", "tx") |