From: zeertzjq Date: Wed, 17 Aug 2022 11:09:45 +0000 (+0100) Subject: patch 9.0.0223: typo in diffmode test X-Git-Tag: v9.0.0223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd6ab820b4a0aaa5c6020852f39d118375fab49;p=thirdparty%2Fvim.git patch 9.0.0223: typo in diffmode test Problem: Typo in diffmode test. Solution: Fix the typo. (closes #10932) --- 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, /**/