aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-03-27 09:34:54 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-04-05 21:35:17 -0400
commit7a5a85d2c4711dce3d0850af93d510eed46fe118 (patch)
treee3c34a995d8a505fb19ef7ef305e1bf3c132e099 /src/nvim/testdir
parent23425a3a6ec3c86a75b411bd9683d11cfd80ae17 (diff)
downloadrneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.tar.gz
rneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.tar.bz2
rneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.zip
vim-patch:7.4.636 #2267
Problem: A search with end offset gets stuck at end of file. (Gary Johnson) Solution: When a search doesn't move the cursor repeat it with a higher count. (Christian Brabandt) https://github.com/vim/vim/releases/tag/v7-4-636
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test44.in6
-rw-r--r--src/nvim/testdir/test44.ok2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/testdir/test44.in b/src/nvim/testdir/test44.in
index 65b08b08b8..7b1a13488f 100644
--- a/src/nvim/testdir/test44.in
+++ b/src/nvim/testdir/test44.in
@@ -42,6 +42,12 @@ G:put =matchstr(\"אבגד\", \".\", 0, 2) " ב
:put =matchstr(\"אבגד\", \"..\", 0, 2) " בג
:put =matchstr(\"אבגד\", \".\", 0, 0) " א
:put =matchstr(\"אבגד\", \".\", 4, -1) " ג
+:new
+:$put =['dog(a', 'cat(']
+/(/e+
+"ayn:bd!
+:$put =''
+G"ap
:w!
:qa!
ENDTEST
diff --git a/src/nvim/testdir/test44.ok b/src/nvim/testdir/test44.ok
index 0bd0b8ab73..d9a1206cc2 100644
--- a/src/nvim/testdir/test44.ok
+++ b/src/nvim/testdir/test44.ok
@@ -22,3 +22,5 @@ k œ̄ṣ́m̥̄ᾱ̆́
בג
א
ג
+a
+cat(