diff --git a/git.vim b/git.vim index d8bfb09..824cc85 100644 --- a/git.vim +++ b/git.vim @@ -172,6 +172,7 @@ function! s:git_blame(first, last) endfun command! -range Blame echom join(uniq(sort(git_blame(, ))), ', ') +command! -range DBlame !git blame % -L , command! GitNext try \| call s:gitroot() | call git_next() | call s:git_info() \| catch | echo 'Not a git repo!'