commit | 2017d6f3b1d523204e5471e941cfa687b4da0058 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:38:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:38:46 2022 +0000 |
tree | 7c95ca32695664d17459de50b81bd49f5fa47d58 | |
parent | 9c7cae66bc21a3dc5c6e60cd64216ce7c9073003 [diff] [blame] |
patch 8.2.4163: no error for omitting function name after autoload prefix Problem: No error for omitting function name after autoload prefix. Solution: Check for missing function name. (issue #9577)
diff --git a/src/version.c b/src/version.c index 7fd24f5..2dd0194 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4163, +/**/ 4162, /**/ 4161,