commit | 2df47310422f4a77e85de7901a5299923a1addd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:30:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:30:44 2020 +0200 |
tree | 9bf3704471a7e350eac404dea284019572bb9888 | |
parent | 44b4a246b62e0622550b963bcf3034dce3bcfc0c [diff] [blame] |
patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect() Problem: Vim9: cannot use 'true" with garbagecollect(). Solution: Use tv_get_bool(). (closes #6871)
diff --git a/src/version.c b/src/version.c index 8ebf9a7..ab9c0c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1601, +/**/ 1600, /**/ 1599,