comparison src/version.c @ 22121:b50610a6aee0 v8.2.1610

patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() Commit: https://github.com/vim/vim/commit/a48f786787e8e070c1a611146fd1f0f7e141e60a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 20:16:57 2020 +0200 patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() Problem: Vim9: cannot pass "true" to list2str() and str2list(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6877)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 20:30:03 +0200
parents 11dbf7e1f65c
children 978f91276449
comparison
equal deleted inserted replaced
22120:70629b7d2db5 22121:b50610a6aee0
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 1610,
757 /**/ 759 /**/
758 1609, 760 1609,
759 /**/ 761 /**/
760 1608, 762 1608,
761 /**/ 763 /**/