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_digraph.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_digraph.vim')
| -rw-r--r-- | src/nvim/testdir/test_digraph.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_digraph.vim b/src/nvim/testdir/test_digraph.vim index 30dc9a4683..6290680305 100644 --- a/src/nvim/testdir/test_digraph.vim +++ b/src/nvim/testdir/test_digraph.vim @@ -3,7 +3,6 @@ if !has("digraphs") || !has("multi_byte") finish endif -set belloff=all func! Put_Dig(chars) exe "norm! o\<c-k>".a:chars |