forked from aniani/vim
patch 8.2.3948: Vim9: failure with partial with unknown argument count
Problem: Vim9: failure with partial with unknown argument count. Solution: Do not copy argument types if there aren't any.
This commit is contained in:
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3948,
|
||||
/**/
|
||||
3947,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user