1
0
forked from aniani/vim

updated for version 7.2.423

Problem:    Crash when assigning s: to variable. (Yukihiro Nakadaira)
Solution:   Make ga_scripts contain pointer to scriptvar_T instead of
            scriptvar_T itself. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-05-14 12:16:25 +02:00
parent 54ab0f1e54
commit 9577c3e973
2 changed files with 18 additions and 11 deletions

View File

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