commit | 4b78063368eca61c8c8991d3c9afc18d5a474b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 31 22:14:52 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 31 22:14:52 2013 +0200 |
tree | 43b7195c65e86e80fd5b6627a9b7a4ba99e2868e | |
parent | 14f55c6f67b55b693d0689beb66af90f53589a77 [diff] [blame] |
updated for version 7.3.1083 Problem: New regexp engine: Does not support \%^ and \%$. Solution: Support matching start and end of file.
diff --git a/src/version.c b/src/version.c index 8db4fb4..4038f0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1083, +/**/ 1082, /**/ 1081,