From 68f21e2b28181dcbeca173f165759b900a669139 Mon Sep 17 00:00:00 2001 From: Goto Hayato Date: Fri, 17 Nov 2017 22:26:12 +0900 Subject: [PATCH 1/2] Issue #19: Stop BlameEraseAll command to be invoked on every edit. --- git-blame.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/git-blame.py b/git-blame.py index 7ced011..abd1ada 100644 --- a/git-blame.py +++ b/git-blame.py @@ -7,6 +7,7 @@ from subprocess import check_output as shell PHANTOM_KEY_ALL = 'git-blame-all' +SETTING_PHANTOM_ALL_DISPLAYED = 'git-blame-all-displayed' stylesheet_one = '''