Skip to content

Commit

Permalink
Enable exchange highlighting by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tommcdo committed Feb 14, 2015
1 parent 36673b2 commit e459b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/exchange.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e459b57

Please sign in to comment.