From e459b577401ed6e128583646f41a33619955c6e6 Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Sat, 14 Feb 2015 11:00:42 -0500 Subject: [PATCH] Enable exchange highlighting by default --- plugin/exchange.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/exchange.vim b/plugin/exchange.vim index c564ca2..2a61967 100644 --- a/plugin/exchange.vim +++ b/plugin/exchange.vim @@ -243,6 +243,8 @@ command! XchangeHighlightToggle call s:highlight_toggle() command! XchangeHighlightEnable call s:highlight_toggle(1) command! XchangeHighlightDisable call s:highlight_toggle(0) +XchangeHighlightEnable + command! ExchangeClear call s:exchange_clear(1) command! XchangeClear call s:exchange_clear()