1
0
forked from aniani/vim

patch 7.4.1702

Problem:    Using freed memory when parsing 'printoptions' fails.
Solution:   Save the old options and restore them in case of an error.
            (Dominique)
This commit is contained in:
Bram Moolenaar
2016-04-03 14:56:52 +02:00
parent f9f22dbe4f
commit 4afc7c5d4a
3 changed files with 36 additions and 5 deletions

View File

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