comparison src/version.c @ 22127:9d3dfd420a45 v8.2.1613

patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() Commit: https://github.com/vim/vim/commit/fa2e38df76b3e0919dc01dd1836257dce0ba62b1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:00:00 2020 +0200 patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() Problem: Vim9: cannot pass "true" to prop_type_add(). Solution: Use tv_get_bool(). (closes https://github.com/vim/vim/issues/6850)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 21:15:04 +0200
parents 602e660d5ccf
children 003f51ef2e5c
comparison
equal deleted inserted replaced
22126:4d6795e03a8d 22127:9d3dfd420a45
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 1613,
757 /**/ 759 /**/
758 1612, 760 1612,
759 /**/ 761 /**/
760 1611, 762 1611,
761 /**/ 763 /**/