Skip to content

Commit

Permalink
patch 9.0.0223: typo in diffmode test
Browse files Browse the repository at this point in the history
Problem:    Typo in diffmode test.
Solution:   Fix the typo. (closes #10932)
  • Loading branch information
zeertzjq authored and brammool committed Aug 17, 2022
1 parent 8877487 commit 5fd6ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_diffmode.vim
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -731,6 +731,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
223,
/**/
222,
/**/
Expand Down

0 comments on commit 5fd6ab8

Please sign in to comment.