commit | ceb84af027ac782f0b9de0e66f321258358e391a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 21:11:05 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 21:11:05 2013 +0200 |
tree | 22f08b3f3763b3f20dbef2b2faef8082e9dcc964 | |
parent | 8962fda1dacf374d78bd02ca487800c2519c57b2 [diff] [blame] |
updated for version 7.4.045 Problem: substitute() does not work properly when the pattern starts with "\ze". Solution: Detect an empty match. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 52ad91e..63882ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 45, +/**/ 44, /**/ 43,