1
0
forked from aniani/vim

updated for version 7.4.600

Problem:    Memory wasted in struct because of aligning.
Solution:   Split pos in lnum and col. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2015-01-27 14:54:11 +01:00
parent aaf3047de2
commit 0cd040b96a
2 changed files with 76 additions and 57 deletions

View File

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