1
0
forked from aniani/vim

updated for version 7.3.1199

Problem:    When evaluating 'foldexpr' causes an error this is silently
            ignored and evaluation is retried every time.
Solution:   Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is
            it is causing errors.  (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-06-15 17:06:36 +02:00
parent 9be6e21575
commit dab38d516e
2 changed files with 38 additions and 9 deletions

View File

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