commit | 4653911950e8bedff444adc9a2dcbebd9b36dc07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 15:43:57 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 15:43:57 2015 +0100 |
tree | 6a26b560ba846992e0773e2b503ec030f85bbac6 | |
parent | 05eb612ff3597fb7102f892bfd320f28b56d2fc6 [diff] [blame] |
updated for version 7.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)
diff --git a/src/version.c b/src/version.c index 0c20041..226386a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 636, +/**/ 635, /**/ 634,