1
0
forked from aniani/vim

patch 7.4.1282

Problem:    Crash when evaluating the pattern of ":catch" causes an error.
            (Dominique Pelle)
Solution:   Block error messages at this point.
This commit is contained in:
Bram Moolenaar
2016-02-07 19:46:12 +01:00
parent ea8c219ca8
commit 768ce2435a
2 changed files with 6 additions and 0 deletions

View File

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