From b6f22a465b7d2d6d0de3c460dd6893784fdde45e Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 18 Jun 2024 16:23:16 +0200 Subject: [PATCH] Speed up vim startup by removing needless git call --- vim/plugin/git.vim | 2 -- 1 file changed, 2 deletions(-) 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"