From 5fd6ab820b4a0aaa5c6020852f39d118375fab49 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 17 Aug 2022 12:09:45 +0100 Subject: [PATCH] patch 9.0.0223: typo in diffmode test Problem: Typo in diffmode test. Solution: Fix the typo. (closes #10932) --- src/testdir/test_diffmode.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_diffmode.vim b/src/testdir/test_diffmode.vim index 41f7fe3493..3c9fbec6e1 100644 --- a/src/testdir/test_diffmode.vim +++ b/src/testdir/test_diffmode.vim @@ -138,7 +138,7 @@ func Common_vert_split() " Test diffoff diffoff! - 1wincmd 2 + 1wincmd w let &diff = 1 let &fdm = diff_fdm let &fdc = diff_fdc diff --git a/src/version.c b/src/version.c index 968a199b79..1566e4dfcf 100644 --- a/src/version.c +++ b/src/version.c @@ -731,6 +731,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 223, /**/ 222, /**/