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
|
local parent = self.BufferVisibleMod
|
||||||
return {bg=parent.fg, fg=parent.bg, style='bold'}
|
return {bg=parent.fg, fg=parent.bg, style='bold'}
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
--[[ 4.4.10. vim-sandwhich ]]
|
||||||
|
OperatorSandwichChange = 'DiffText',
|
||||||
}
|
}
|
||||||
|
|
||||||
--[[ Step 5: Terminal Colors
|
--[[ Step 5: Terminal Colors
|
||||||
|
|
Loading…
Reference in New Issue