commit | 7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:08:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:08:15 2016 +0100 |
tree | dddf01998f1273012d96d067bbd92828606da23c | |
parent | 7823a3bd2eed6ff9e544d201de96710bd5344aaf [diff] [blame] |
patch 7.4.1305 Problem: "\%1l^#.*" does not match on a line starting with "#". Solution: Do not clear the start-of-line flag. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 625e3b0..b73ad02 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1305, +/**/ 1304, /**/ 1303,