commit | da6365774d658b66f8d337f6342f4077594dd494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 17:11:45 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 17:11:45 2015 +0200 |
tree | 6bb9f64e9ccff40a4c83e27067fb8e8d9a61a207 | |
parent | d87c36ea5eae50580f3c733734669250cc969019 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index bc2714b..a847921 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688,