comparison src/version.c @ 6733:5f6077b10738 v7.4.690

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().
author Bram Moolenaar <bram@vim.org>
date Fri, 03 Apr 2015 17:11:45 +0200
parents 7d40186f767a
children f6021786b775
comparison
equal deleted inserted replaced
6732:4ec5e61b31b3 6733:5f6077b10738
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 690,
744 /**/ 746 /**/
745 689, 747 689,
746 /**/ 748 /**/
747 688, 749 688,
748 /**/ 750 /**/