Skip to content

Commit

Permalink
Update the view title status after jumping to file diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Jul 28, 2011
1 parent 325a37e commit fb0f1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tig.c
Original file line number Diff line number Diff line change
Expand Up @@ -3626,6 +3626,7 @@ diff_common_enter(struct view *view, enum request request, struct line *line)


select_view_line(view, line - view->line);
report("");
return REQ_NONE;

} else {
Expand Down

0 comments on commit fb0f1c0

Please sign in to comment.