0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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:
Bram Moolenaar
2022-02-06 13:08:41 +00:00
parent 0c1550d9e9
commit 8164f6ea3c
3 changed files with 7 additions and 1 deletions

View File

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