comparison src/version.c @ 22101:0ee66f232839 v8.2.1600

patch 8.2.1600: Vim9: cannot use "true" with deepcopy() Commit: https://github.com/vim/vim/commit/44b4a246b62e0622550b963bcf3034dce3bcfc0c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:18:28 2020 +0200 patch 8.2.1600: Vim9: cannot use "true" with deepcopy() Problem: Vim9: cannot use "true" with deepcopy(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6867)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 17:30:03 +0200
parents b7cc5d8ea702
children 0825ae9948f7
comparison
equal deleted inserted replaced
22100:bb0a4e51c4c5 22101:0ee66f232839
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1600,
757 /**/ 759 /**/
758 1599, 760 1599,
759 /**/ 761 /**/
760 1598, 762 1598,
761 /**/ 763 /**/