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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4358,
|
||||
/**/
|
||||
4357,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user