comparison src/version.c @ 22103:0825ae9948f7 v8.2.1601

patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect() Commit: https://github.com/vim/vim/commit/2df47310422f4a77e85de7901a5299923a1addd3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:30:44 2020 +0200 patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect() Problem: Vim9: cannot use 'true" with garbagecollect(). Solution: Use tv_get_bool(). (closes https://github.com/vim/vim/issues/6871)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 17:45:03 +0200
parents 0ee66f232839
children bae2a3fa141f
comparison
equal deleted inserted replaced
22102:2a7b430646c4 22103:0825ae9948f7
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 1601,
757 /**/ 759 /**/
758 1600, 760 1600,
759 /**/ 761 /**/
760 1599, 762 1599,
761 /**/ 763 /**/