commit | 8164f6ea3cd675d0c22b058d71df2454fa108a35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 13:08:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 13:08:41 2022 +0000 |
tree | 84fa0308cd6645cff5be1d6e60054b75e644409d | |
parent | 0c1550d9e94046d3fc9a8ad70b895eaa1e53fca5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 85d016e..4c48d5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4308, +/**/ 4307, /**/ 4306,