1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2015-04-03 17:11:45 +02:00
parent d87c36ea5e
commit da6365774d
2 changed files with 16 additions and 10 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
690,
/**/
689,
/**/