1
0
forked from aniani/vim

patch 8.2.3798: a :def callback function postpones an error message

Problem:    A :def callback function postpones an error message.
Solution:   Display the error after calling the function. (closes #9340)
This commit is contained in:
Bram Moolenaar
2021-12-13 18:19:55 +00:00
parent 1e78deb077
commit 3b309f11db
4 changed files with 65 additions and 10 deletions

View File

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