0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 9.0.0223: typo in diffmode test

Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes #10932)
This commit is contained in:
zeertzjq
2022-08-17 12:09:45 +01:00
committed by Bram Moolenaar
parent 887748742d
commit 5fd6ab820b
2 changed files with 3 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ func Common_vert_split()
" Test diffoff " Test diffoff
diffoff! diffoff!
1wincmd 2 1wincmd w
let &diff = 1 let &diff = 1
let &fdm = diff_fdm let &fdm = diff_fdm
let &fdc = diff_fdc let &fdc = diff_fdc

View File

@@ -731,6 +731,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
223,
/**/ /**/
222, 222,
/**/ /**/