1
0
forked from aniani/vim

updated for version 7.3.497

Problem:    Crash when doing ":python print" and compiled with gcc and
            the optimizer enabled.
Solution:   Avoid the crash, doesn't really fix the problem. (Christian
            Brabandt)
This commit is contained in:
Bram Moolenaar
2012-04-20 13:31:21 +02:00
parent 53bfca22f1
commit b830f0c7df
2 changed files with 7 additions and 0 deletions

View File

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