Speed up vim startup by removing needless git call

This commit is contained in:
Talia 2024-06-18 16:23:16 +02:00
parent 499b3dce36
commit b6f22a465b
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ function! s:git_root_to_path()
end end
endfun endfun
call s:git_root_to_path()
function! s:blame_command(what, line1, line2) function! s:blame_command(what, line1, line2)
let l:what=tolower(a:what) let l:what=tolower(a:what)
if l:what=="date" if l:what=="date"