You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my cursor is over a filename in the diffstat (like below) then can we have %(file) be populated for calling external tig bindings? If I have my cursor over the actual diff of the file then %(file) is populated, but not when I have it over the diffstat.
afile.txt | 16 ++++++++--------
tig version: 2.0.3
The text was updated successfully, but these errors were encountered:
vivien
added a commit
to vivien/tig
that referenced
this issue
Apr 26, 2015
This commit moves the code used to find the corresponding diff header
from a diff stat to its own function. This will allow to retrieve the
filename from a diff stat, even if the filename is truncated.
Refs jonas#404
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
vivien
added a commit
to vivien/tig
that referenced
this issue
Apr 26, 2015
When selecting a diff stat, Tig assigns the %(file) and %(lineno)
variables. So reuse them when the user requests the editor, instead of
trying (and failing) to find the corresponding filename.
Refs jonas#404
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
When my cursor is over a filename in the diffstat (like below) then can we have %(file) be populated for calling external tig bindings? If I have my cursor over the actual diff of the file then %(file) is populated, but not when I have it over the diffstat.
afile.txt | 16 ++++++++--------
tig version: 2.0.3
The text was updated successfully, but these errors were encountered: