1
0
forked from aniani/vim

patch 8.2.4358: Vim9: line number of exception is not set

Problem:    Vim9: line number of exception is not set.
Solution:   Set the line number before throwing an exception. (closes #9755)
This commit is contained in:
Bram Moolenaar
2022-02-12 14:23:17 +00:00
parent 2a9b62dfa2
commit 90a57168a4
3 changed files with 15 additions and 0 deletions

View File

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