]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0223: typo in diffmode test v9.0.0223
authorzeertzjq <zeertzjq@outlook.com>
Wed, 17 Aug 2022 11:09:45 +0000 (12:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Aug 2022 11:09:45 +0000 (12:09 +0100)
Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes #10932)

src/testdir/test_diffmode.vim
src/version.c

index 41f7fe3493ca5b287d8029f1a4f9d6fabd868da1..3c9fbec6e1830577c30ad4cc1cd11afa929164e7 100644 (file)
@@ -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
index 968a199b793d5a3285c3d9c69871ff104d5a0d37..1566e4dfcfcfbe2e9a2c835ad6ae08894d9eb661 100644 (file)
@@ -731,6 +731,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    223,
 /**/
     222,
 /**/