commit | ea683da58cf9ecf3afab9d650d3d2da76e5298d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:41:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:41:34 2016 +0200 |
tree | 7e022beea3b46caf8ba23e2b1b290a412eedac1b | |
parent | 16b3578f355282846f2600ce77fb344950f0b9ce [diff] [blame] |
patch 7.4.2356 Problem: Reading past end of line when using previous substitute pattern. (Dominique Pelle) Solution: Don't set "pat" only set "searchstr".
diff --git a/src/version.c b/src/version.c index f332e43..baba587 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2356, +/**/ 2355, /**/ 2354,