commit | b560983d2f610f7098b6977b2e8fec0554a41ad1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 15:04:58 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 15:04:58 2011 +0200 |
tree | 78585ff3c5ec188fd49143030834709df5e49a57 | |
parent | 9729301aa0b6a419dcd87fe9aeed72c367ae72ef [diff] [blame] |
updated for version 7.3.255 Problem: When editing a file such as "File[2010-08-15].vim" an E16 error is given. (Manuel Stol) Solution: Don't give an error for failing to compile the regexp.
diff --git a/src/version.c b/src/version.c index 276bccb..2f2307f 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 255, +/**/ 254, /**/ 253,