1
0
forked from aniani/vim

patch 8.2.5127: using assert_true() does not show value on failure

Problem:    Using assert_true() does not show value on failure.
Solution:   Use assert_inrange(). (closes #10593)
This commit is contained in:
zeertzjq
2022-06-19 11:45:46 +01:00
committed by Bram Moolenaar
parent d6211a52ab
commit cdc6a43559
3 changed files with 5 additions and 5 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5127,
/**/
5126,
/**/