Skip to content

Commit 9a7305c

Browse files
author
Duncan Holm
committed
Trim decoration to make X reachable in 80col views
1 parent b59c58b commit 9a7305c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git-blame.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<div class="phantom-arrow"></div>
4848
<div class="phantom">
4949
<span class="message">
50-
<strong>Git Blame:</strong> ({user})
51-
Updated: {date} {time} |
50+
<strong>Git Blame</strong> ({user})
51+
{date} {time} |
5252
{sha}
5353
<a href="copy-{sha}">[Copy]</a>
5454
<a href="show-{sha}">[Show]</a>
@@ -162,4 +162,3 @@ def run(self, edit, desc):
162162
view.set_scratch(True)
163163
view.set_syntax_file('Packages/Diff/Diff.sublime-syntax')
164164
view.insert(edit, 0, desc)
165-

0 commit comments

Comments
 (0)