commit | e90c853ff6dcef63bff80be0e7379a80c276af8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 16:03:44 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 16:03:44 2014 +0100 |
tree | a4cf516c33cd66d8b819134247854545a2b331c8 | |
parent | 9c7d98d7c2b81e6e0b4d45389c56fc0e922a5bfe [diff] [blame] |
updated for version 7.4.499 Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index ae1a56b..9008518 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 499, +/**/ 498, /**/ 497,