commit | e2b8cb3b15c47107c1b05d698ce267ed1ea05079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:46:25 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:46:25 2013 +0200 |
tree | cec779ff116c236439af78a1a7b873b2e0f5abf0 | |
parent | d75799ab7f712738795919005046b15d6ac356f8 [diff] [blame] |
updated for version 7.3.1118 Problem: Match failure rate is not very specific. Solution: Tune the failure rate for match items.
diff --git a/src/version.c b/src/version.c index aca06c0..98f1f4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1118, +/**/ 1117, /**/ 1116,