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
diffoff!
1wincmd 2
1wincmd w
let &diff = 1
let &fdm = diff_fdm
let &fdc = diff_fdc