commit | da6d42c35a68610af872551b03077047258a7551 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 17 11:46:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 17 11:46:55 2022 +0000 |
tree | 55bb0a5f23a54940c76cd220ed26d4a164c04811 | |
parent | 4f6e772c9cd013a8690ab0f1efecc0ab3e855148 [diff] [blame] |
patch 8.2.4584: error for using autoload function in custom completion Problem: Error for using autoload function in custom completion. Solution: Do not check for errors when using an autoload function. (closes #9962)
diff --git a/src/version.c b/src/version.c index 4b5088c..b9ec937 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4584, +/**/ 4583, /**/ 4582,