mirror of
https://github.com/machakann/vim-sandwich.git
synced 2026-05-28 00:26:34 +02:00
4d79f6eaa4
highlight! default overrides the existing highlight in order to set a default link. So any highlight group that exists before will be wiped over. To fix this I have changed highlight! default to highlight default, which only sets the highlight group if it wasn't already defined.