commit | 5fd6ab820b4a0aaa5c6020852f39d118375fab49 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Aug 17 12:09:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 17 12:09:45 2022 +0100 |
tree | 8067dbf53953dcd00c8bca7dfc1bdba6ac6f71a1 | |
parent | 887748742deae3d6de7aa0fdbb042afe1ccf5e7a [diff] [blame] |
patch 9.0.0223: typo in diffmode test Problem: Typo in diffmode test. Solution: Fix the typo. (closes #10932)
diff --git a/src/version.c b/src/version.c index 968a199..1566e4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 223, +/**/ 222, /**/ 221,