summaryrefslogtreecommitdiff
path: root/src/testdir/test_gn.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-20 23:47:46 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-20 23:47:46 +0200
commit037c54f261818439755d56e318da068f97997fb5 (patch)
treea0045955e2b9f55971423cc399980bbba6d89731 /src/testdir/test_gn.vim
parent4c25bd785aa8b565bf973cbba12ed36b76daaa4f (diff)
downloadvim-git-037c54f261818439755d56e318da068f97997fb5.tar.gz
patch 8.1.1193: typos and small problems in test filesv8.1.1193
Problem: Typos and small problems in test files. Solution: Small improvements.
Diffstat (limited to 'src/testdir/test_gn.vim')
-rw-r--r--src/testdir/test_gn.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_gn.vim b/src/testdir/test_gn.vim
index d0fdafcaa..fc7e89190 100644
--- a/src/testdir/test_gn.vim
+++ b/src/testdir/test_gn.vim
@@ -2,7 +2,7 @@
func Test_gn_command()
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>.."