diff --git a/vim/plugin/git.vim b/vim/plugin/git.vim index 282c8b9..75e64e6 100644 --- a/vim/plugin/git.vim +++ b/vim/plugin/git.vim @@ -214,8 +214,6 @@ function! s:git_root_to_path() end endfun -call s:git_root_to_path() - function! s:blame_command(what, line1, line2) let l:what=tolower(a:what) if l:what=="date"