commit | a946afe075ce041a638194b6b3bcb100ba2b3689 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 15:22:39 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 02 15:22:39 2013 +0200 |
tree | 07b591ffdccd89cf91e5a98913bfba3c5bd92d32 | |
parent | 542805a59df19db785dc631f174a15eec40911af [diff] [blame] |
updated for version 7.4b.006 Problem: Using \{n,m} in an autocommand pattern no longer works. Specifically, mutt temp files are not recognized. (Gary Johnson) Solution: Make \\\{n,m\} work.
diff --git a/src/version.c b/src/version.c index ec2c2c0..77c3e8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 6, +/**/ 5, /**/ 4,