From 6bd16fa7a10ca4fbe179bf5fa56545fda5d242c1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 20 Jan 2021 01:00:34 +0100 Subject: git-blamer: Add `-M` flag to `git-blame` call Don't change the author for moved lines. --- bundle/git-blamer/autoload/git_blamer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle') diff --git a/bundle/git-blamer/autoload/git_blamer.vim b/bundle/git-blamer/autoload/git_blamer.vim index 8245986..783d5e8 100644 --- a/bundle/git-blamer/autoload/git_blamer.vim +++ b/bundle/git-blamer/autoload/git_blamer.vim @@ -24,7 +24,7 @@ function! git_blamer#Blame() \ . restore " Read in `git blame` output - execute 'read !git blame -w ' . l:buffer_name + execute 'read !git blame -w -M ' . l:buffer_name " Delete empty first line 1 delete -- cgit v1.2.3