Skip to content

Commit

Permalink
patch 8.2.0627: Vim9: error message does not work
Browse files Browse the repository at this point in the history
Problem:    Vim9: error message does not work. (Yegappan Lakshmanan)
Solution:   Swap lines.
  • Loading branch information
brammool committed Apr 23, 2020
1 parent f93c7fe commit b8ce6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/userfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2614,8 +2614,8 @@ ex_function(exarg_T *eap)
}
else
{
ret_type = NULL;
semsg(_("E1056: expected a type: %s"), ret_type);
ret_type = NULL;
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
627,
/**/
626,
/**/
Expand Down

0 comments on commit b8ce6b0

Please sign in to comment.