diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-30 21:51:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 21:51:51 -0400 |
| commit | c20ae3aadbcc1210faad4cd3cf6a8444f198b19d (patch) | |
| tree | 40bd21185aa78921643bce58deb0920c566a8782 /src/nvim/testdir/test_gn.vim | |
| parent | db47cf81537f929812cd7aa3bc2b852a31cb48ae (diff) | |
| parent | 608c03298a9b1c85cd7a3a9b649531490132a3f3 (diff) | |
| download | rneovim-c20ae3aadbcc1210faad4cd3cf6a8444f198b19d.tar.gz rneovim-c20ae3aadbcc1210faad4cd3cf6a8444f198b19d.tar.bz2 rneovim-c20ae3aadbcc1210faad4cd3cf6a8444f198b19d.zip | |
Merge pull request #14251 from janlazo/vim-8.1.1193
vim-patch:8.1.{936,1193}
Diffstat (limited to 'src/nvim/testdir/test_gn.vim')
| -rw-r--r-- | src/nvim/testdir/test_gn.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_gn.vim b/src/nvim/testdir/test_gn.vim index 9acec51913..d09b25b0e7 100644 --- a/src/nvim/testdir/test_gn.vim +++ b/src/nvim/testdir/test_gn.vim @@ -1,9 +1,8 @@ " Test for gn command func Test_gn_command() - set belloff=all noautocmd new - " replace a single char by itsself quoted: + " replace a single char by itself quoted: call setline('.', 'abc x def x ghi x jkl') let @/ = 'x' exe "norm! cgn'x'\<esc>.." @@ -157,7 +156,6 @@ func Test_gn_command() sil! %d _ set wrapscan&vim - set belloff&vim endfunc func Test_gN_repeat() |