]> granicus.if.org Git - vim/commit
updated for version 7.3.433 v7.3.433
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 22:10:30 +0000 (23:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 22:10:30 +0000 (23:10 +0100)
commitb3a6bbc7b6b1b4ff349300e41b8021f2265cb472
tree788e283e7cfc98b29a54d0b5ee6f3c573f520d92
parent8d462f966657d7bdedc470a10e20b1b635d64576
updated for version 7.3.433
Problem:    Using continued lines in a Vim script can be slow.
Solution:   Instead of reallocating for every line use a growarray. (Yasuhiro
            Matsumoto)
src/ex_cmds2.c
src/version.c