1
0
forked from aniani/vim

patch 9.0.0797: order of assert function arguments is reverted

Problem:    Order of assert function arguments is reverted.
Solution:   Swap the arguments. (closes #11399)
This commit is contained in:
zeertzjq
2022-10-19 15:12:54 +01:00
committed by Bram Moolenaar
parent 060b838488
commit df63f05c3a
2 changed files with 5 additions and 3 deletions

View File

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