1
0
forked from aniani/vim

patch 9.0.0079: error in autoload script not reported for 'foldexpr'

Problem:    Error in autoload script not reported for 'foldexpr'.
Solution:   Reset "emsg_off" when auto-loading a script. (closes #10685)
This commit is contained in:
Bram Moolenaar
2022-07-26 15:10:56 +01:00
parent 559f230fd6
commit 6809ff978a
3 changed files with 35 additions and 1 deletions

View File

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