commit | 0f60e80f9b6d778e460b4dc8333cd8e17c1b620b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 20:16:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 20:16:11 2020 +0200 |
tree | 93846335f7358ff8a0d053e09a80447adad9a491 | |
parent | 2f1980f7b74a6a47d72f9c56417bc4ad47c6b66c [diff] [blame] |
patch 8.2.1271: Vim9: Error for Funcref function argument type Problem: Vim9: Error for Funcref function argument type. Solution: Find the actual function type if possible. (issue #6507)
diff --git a/src/version.c b/src/version.c index 9ac0340..0bb6b0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1271, +/**/ 1270, /**/ 1269,