diff --git a/autoload/diffchar.vim b/autoload/diffchar.vim index 5fbc6a5..d817bdd 100644 --- a/autoload/diffchar.vim +++ b/autoload/diffchar.vim @@ -75,7 +75,7 @@ function! s:SetDiffCharHL() abort endif " set DiffChar specific highlights let s:DCharHL = {'A': 'DiffAdd', 'D': 'DiffDelete', 'n': 'LineNr', - \'c': (s:VF.GUIColors ? 'Cursor' : 'VertSplit')} + \'c': 'Cursor'} for [fh, tn, th, ta] in [['DiffChange', 'C', 'dcDiffChange', ''], \['DiffText', 'T', 'dcDiffText', ''], \['DiffChange', 'E', 'dcDiffErase', 'bold,underline']] +