commit | 98b4f145eb89405021e23a4a37db51d60a75a1d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 15:46:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 15:46:01 2020 +0200 |
tree | 5d359da0f267a784d3f419e61c36aa47f36d4b2f | |
parent | 2dd0a2c39a3b3fbffc94d0676e472c78d02ebdbd [diff] [blame] |
patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letter Problem: Vim9: no error if declaring a funcref with a lower case letter. Solution: Check the name after the type is inferred. Fix confusing name.
diff --git a/src/version.c b/src/version.c index 17ed09b..870df17 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1395, +/**/ 1394, /**/ 1393,