1
0
forked from aniani/vim

updated for version 7.3.683

Problem:    ":python" may crash when vimbindeval() returns None.
Solution:   Check for v_string to be NULL. (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2012-10-05 21:30:07 +02:00
parent 4ccb265bd4
commit d1f13fd597
2 changed files with 8 additions and 3 deletions

View File

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