diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1507,
+/**/
     1506,
 /**/
     1505,