]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode.... v7.4.690
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Apr 2015 15:11:45 +0000 (17:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Apr 2015 15:11:45 +0000 (17:11 +0200)
commitda6365774d658b66f8d337f6342f4077594dd494
tree6bb9f64e9ccff40a4c83e27067fb8e8d9a61a207
parentd87c36ea5eae50580f3c733734669250cc969019
patch 7.4.690 for Problem: Memory access errors when changing indent in Ex mode. Also missing
            redraw when using CTRL-U. (Knil Ino)
Solution:   Update pointers after calling ga_grow().
src/ex_getln.c
src/version.c