summaryrefslogtreecommitdiffstats
path: root/src/testdir/test44.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-17 15:43:57 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-17 15:43:57 +0100
commit4653911950e8bedff444adc9a2dcbebd9b36dc07 (patch)
tree6a26b560ba846992e0773e2b503ec030f85bbac6 /src/testdir/test44.in
parent05eb612ff3597fb7102f892bfd320f28b56d2fc6 (diff)
updated for version 7.4.636v7.4.636
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)
Diffstat (limited to 'src/testdir/test44.in')
-rw-r--r--src/testdir/test44.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test44.in b/src/testdir/test44.in
index 87de1b95a4..69fbb9434e 100644
--- a/src/testdir/test44.in
+++ b/src/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