commit | d77a8525d5438cae49f670eb473ef60d87ca5f54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 21:59:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 21:59:57 2020 +0200 |
tree | 410151fe0b7d58ac8b8c24e5fa653c25f28644b2 | |
parent | 5259275347667a90fb88d8ea74331f88ad68edfc [diff] [blame] |
patch 8.2.0508: Vim9: func and partial types not done yet Problem: Vim9: func and partial types not done yet Solution: Fill in details about func declaration, drop a separate partial declaration.
diff --git a/src/version.c b/src/version.c index 38ab531..f082399 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 508, +/**/ 507, /**/ 506,