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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user