Skip to content

Commit

Permalink
Enabling the Extradite command for all buffers in a git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
arnar committed Mar 1, 2011
1 parent 047057f commit 82f0672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/extradite.vim
Expand Up @@ -12,7 +12,7 @@ if !exists('g:extradite_width')
let g:extradite_width = 60
endif

command! -buffer -bang Extradite :execute s:Extradite(<bang>0)
autocmd User Fugitive command! -buffer -bang Extradite :execute s:Extradite(<bang>0)

autocmd Syntax extradite call s:ExtraditeSyntax()
let g:extradite_bufnr = -1
Expand Down

0 comments on commit 82f0672

Please sign in to comment.