···35Group.new("DiffAdd", c.none, c.diff_add)
36Group.new("DiffDelete", c.none, c.diff_delete)
37Group.new("DiffChange", c.none, c.diff_change)
38-Group.new("DiffText", c.none, c.diff_change, s.underline + s.bold)
0003940-- Unsure why I have to specify the bg here,
41-- seems the default uses the diff line color?
···35Group.new("DiffAdd", c.none, c.diff_add)
36Group.new("DiffDelete", c.none, c.diff_delete)
37Group.new("DiffChange", c.none, c.diff_change)
38+Group.new("DiffText", c.none, c.none, s.underline + s.bold)
39+40+Group.new("VcsignsDiffTextAdd", c.none, c.diff_text_add)
41+Group.new("VcsignsDiffTextDelete", c.none, c.diff_text_delete)
4243-- Unsure why I have to specify the bg here,
44-- seems the default uses the diff line color?