comparison src/version.c @ 32351:c9b5b21a0369 v9.0.1507

patch 9.0.1507: assert message is confusing with boolean result Commit: https://github.com/vim/vim/commit/53f5e51628b56ef9171671cd6e9970374036a084 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu May 4 18:58:22 2023 +0100 patch 9.0.1507: assert message is confusing with boolean result Problem: Assert message is confusing with boolean result. assert_inrange() replaces message instead of adding it. Solution: Don't put quotes around expected boolean value. Append message for assert_inrange(). (closes #12342, closes #12341)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 May 2023 20:00:06 +0200
parents 8323e235ff44
children 6f74f567b1e6
comparison
equal deleted inserted replaced
32350:f849791c1037 32351:c9b5b21a0369
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1507,
698 /**/ 700 /**/
699 1506, 701 1506,
700 /**/ 702 /**/
701 1505, 703 1505,
702 /**/ 704 /**/