comparison src/version.c @ 22085:79dd6062d15c v8.2.1592

patch 8.2.1592: Vim9: passing "true" to char2nr() fails Commit: https://github.com/vim/vim/commit/24f7750ffa9730579736d779b7cc94faff325fc1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 19:50:57 2020 +0200 patch 8.2.1592: Vim9: passing "true" to char2nr() fails Problem: Vim9: passing "true" to char2nr() fails. Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6865)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 20:00:04 +0200
parents c67a9d3b3683
children ff21e2962490
comparison
equal deleted inserted replaced
22084:d51d59ea5d56 22085:79dd6062d15c
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 1592,
757 /**/ 759 /**/
758 1591, 760 1591,
759 /**/ 761 /**/
760 1590, 762 1590,
761 /**/ 763 /**/