I edit a file in Sublime Text having the git path:
topfolder/subfolder/myfile.php
I right click whilst editing the file and can choose File History or Line History.
This opens Sublime Merge with the search command:
file:lder/subfolder/myfile.php
or
file:"lder/subfolder/myfile.php" line:1-1
As you can see, the first 5 characters of the file path have been removed, so the search fails, breaking the integration.
This happens for every file in every folder, always the first 5 characters are removed.
Anyone else seeing this?