yasuyk / helm-git-grep

helm for git grep
GNU General Public License v3.0
71 stars 19 forks source link

Fix overwriting buffer with different base directory #45

Closed CyberShadow closed 4 years ago

CyberShadow commented 4 years ago
If we save the results to a buffer, then, try to save a different set
of results from a different git repository to the same buffer,
helm-git-grep did not correctly change the base directory, which
caused attempts to visit search results to fail.
CyberShadow commented 4 years ago

Duplicate of #40.