Skip to content

Commit

Permalink
Fix DiffOff
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Royal committed Apr 4, 2012
1 parent d57edbb commit ef8f278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/diffthese/plugin/diffthese.vim
Expand Up @@ -20,4 +20,4 @@ command! -n=0 -bar DiffTheirs :call s:DiffThese(1,2)
command! -n=0 -bar DiffMine :call s:DiffThese(2,3)
command! -n=0 -bar DiffChanges :call s:DiffThese(1,3)
command! -n=0 -bar DiffAll :call s:DiffThese(1,2,3,4)
command! -n=0 -bar DiffOff :call diffoff!
command! -n=0 -bar DiffOff diffoff!

0 comments on commit ef8f278

Please sign in to comment.