summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_gn.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_gn.vim')
-rw-r--r--src/testdir/test_gn.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/test_gn.vim b/src/testdir/test_gn.vim
index f56e707da1..7a77d9d88b 100644
--- a/src/testdir/test_gn.vim
+++ b/src/testdir/test_gn.vim
@@ -1,7 +1,6 @@
" Test for gn command
func Test_gn_command()
- set belloff=all
noautocmd new
" replace a single char by itsself quoted:
call setline('.', 'abc x def x ghi x jkl')
@@ -121,7 +120,6 @@ func Test_gn_command()
sil! %d_
set wrapscan&vim
- set belloff&vim
endfu
" vim: shiftwidth=2 sts=2 expandtab