Fix vim-sandwhich diff text
This commit is contained in:
parent
a1d99bef83
commit
856dc2cf26
|
@ -745,6 +745,9 @@ local highlight_groups = {
|
|||
local parent = self.BufferVisibleMod
|
||||
return {bg=parent.fg, fg=parent.bg, style='bold'}
|
||||
end,
|
||||
|
||||
--[[ 4.4.10. vim-sandwhich ]]
|
||||
OperatorSandwichChange = 'DiffText',
|
||||
}
|
||||
|
||||
--[[ Step 5: Terminal Colors
|
||||
|
|
Loading…
Reference in New Issue