diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-02-17 15:43:57 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-02-17 15:43:57 +0100 |
commit | 4653911950e8bedff444adc9a2dcbebd9b36dc07 (patch) | |
tree | 6a26b560ba846992e0773e2b503ec030f85bbac6 /src/testdir/test44.in | |
parent | 05eb612ff3597fb7102f892bfd320f28b56d2fc6 (diff) | |
download | vim-git-4653911950e8bedff444adc9a2dcbebd9b36dc07.tar.gz |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test44.in b/src/testdir/test44.in index 87de1b95a..69fbb9434 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 |