commit | bee666f239eada035d288b77269aebc42f644ea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 20:39:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 20:39:42 2016 +0200 |
tree | 6e627e488bcffbd7fc5b13e1e4ab32249126d86a | |
parent | 9bd31860521b53ad657c4d6d320d670e30a049f8 [diff] [blame] |
patch 7.4.1935 Problem: When using the GUI search/replace a second match right after the replacement is skipped. Solution: Add the SEARCH_START flag. (Mleddy)
diff --git a/src/version.c b/src/version.c index 44c5172..3e22c38 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1935, +/**/ 1934, /**/ 1933,