commit | df63f05c3a81f726ee9fbfc4954eb675e287c7f7 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Oct 19 15:12:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 15:12:54 2022 +0100 |
tree | 131cf0f1b0b9af2878bbea1f11df0805b9292e5e | |
parent | 060b8384888ce91b1bc194101091d0f9f85d0490 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7ee612d..bf49946 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 797, +/**/ 796, /**/ 795,