Skip to content

Commit

Permalink
Merge pull request #6 from sudo-nice/master
Browse files Browse the repository at this point in the history
Define commands with <bang>
  • Loading branch information
whiteinge authored Aug 1, 2018
2 parents f1f3859 + 3bf1dda commit ee0ca0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/diffconflicts.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function! s:checkThenDiff()
endif
endfunction

command DiffConflicts call s:checkThenDiff()
command DiffConflictsShowHistory call s:showHistory()
command! DiffConflicts call s:checkThenDiff()
command! DiffConflictsShowHistory call s:showHistory()

let &cpo = s:save_cpo
unlet s:save_cpo

0 comments on commit ee0ca0a

Please sign in to comment.