Skip to content

Commit

Permalink
Fix: missing gs_handle_vintageous in diff_view and show_commit_view (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Jul 18, 2017
1 parent 5a0b34e commit 35c3e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def run_async(self, in_cached_mode=False, file_path=None, current_file=False, ba
diff_view.sel().clear()
diff_view.run_command("gs_diff_refresh")
diff_view.run_command("gs_diff_navigate")
diff_view.run_command("gs_handle_vintageous")


class GsDiffRefreshCommand(TextCommand, GitCommand):
Expand Down
1 change: 1 addition & 0 deletions core/commands/show_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def run(self, commit_hash):
view.set_scratch(True)
view.run_command("gs_show_commit_refresh")
view.run_command("gs_diff_navigate")
view.run_command("gs_handle_vintageous")


class GsShowCommitRefreshCommand(TextCommand, GitCommand):
Expand Down

0 comments on commit 35c3e1d

Please sign in to comment.