commit | 44b4a246b62e0622550b963bcf3034dce3bcfc0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:18:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 17:18:28 2020 +0200 |
tree | 6ac665264f240482b9745a2c119a45e1176e347a | |
parent | 59941cbd8035415d68683edc4e571306b10669ad [diff] [blame] |
patch 8.2.1600: Vim9: cannot use "true" with deepcopy() Problem: Vim9: cannot use "true" with deepcopy(). Solution: Use tv_get_bool_chk(). (closes #6867)
diff --git a/src/version.c b/src/version.c index b7b5d27..8ebf9a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1600, +/**/ 1599, /**/ 1598,