forked from aniani/vim
patch 8.2.3634: error for already defined function uses wrong line number
Problem: Error for already defined function uses wrong line number. Solution: Set SOURCING_LNUM before giving the error message. (closes #9085)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3634,
|
||||
/**/
|
||||
3633,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user