1
0
forked from aniani/vim

patch 8.2.2134: Vim9: get E1099 when autocmd triggered in builtin function

Problem:    Vim9: get E1099 when autocmd triggered in builtin function.
Solution:   Check that did_emsg increased instead of checking that it changed.
            (closes #7448)
This commit is contained in:
Bram Moolenaar
2020-12-12 20:42:19 +01:00
parent 2a9d5d386b
commit 57f799e6a4
3 changed files with 23 additions and 1 deletions

View File

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