forked from aniani/vim
patch 8.2.4308: Vim9: cannot list autoload function
Problem: Vim9: cannot list autoload function.
Solution: Don't give an error for using # when listing a function.
(closes #9703)
This commit is contained in:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4308,
|
||||
/**/
|
||||
4307,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user