]> granicus.if.org Git - vim/commit
updated for version 7.4.499 v7.4.499
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 15:03:44 +0000 (16:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Nov 2014 15:03:44 +0000 (16:03 +0100)
commite90c853ff6dcef63bff80be0e7379a80c276af8f
treea4cf516c33cd66d8b819134247854545a2b331c8
parent9c7d98d7c2b81e6e0b4d45389c56fc0e922a5bfe
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)
src/eval.c
src/version.c