commit | 9c8bb7c0e251be2cca409055bd415266f57f013a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 21:08:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 21:08:09 2020 +0200 |
tree | 766a067ce29594f5148bd61bee66ae1d33618041 | |
parent | cab2767874dca019083aa371a1f3b45385dbd037 [diff] [blame] |
patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilation Problem: Vim9: VAR_PARTIAL is not used during compilation. Solution: Remove VAR_PARTIAL.
diff --git a/src/version.c b/src/version.c index fece1a1..0c147cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 538, +/**/ 537, /**/ 536,