]> granicus.if.org Git - vim/commit
updated for version 7.3.434 v7.3.434
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 23:13:22 +0000 (00:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2012 23:13:22 +0000 (00:13 +0100)
commit3fe37d62d1f321f482331b1bb7c701272000d68d
tree101a045b285c44a44203d9f1430d09fcb5a7c35a
parentb3a6bbc7b6b1b4ff349300e41b8021f2265cb472
updated for version 7.3.434
Problem:    Using join() can be slow.
Solution:   Compute the size of the result before allocation to avoid a lot of
            allocations and copies. (Taro Muraoka)
src/eval.c
src/version.c