Speed up vim startup by removing needless git call
This commit is contained in:
parent
499b3dce36
commit
b6f22a465b
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue