comparison src/version.c @ 5444:d563839a9be0 v7.4.072

updated for version 7.4.072 Problem: Crash when using Insert mode completion. Solution: Avoid going past the end of pum_array. (idea by Fransisco Lopes)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Nov 2013 04:04:33 +0100
parents faf7e86203b5
children d0595545e98a
comparison
equal deleted inserted replaced
5443:01088dac6308 5444:d563839a9be0
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 72,
741 /**/ 743 /**/
742 71, 744 71,
743 /**/ 745 /**/
744 70, 746 70,
745 /**/ 747 /**/