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
A helm-grep buffer filled with git-grep results applies zero edits over TRAMP.
To reproduce, I use helm-projectile-grep (other helm greppers should work too): select a remote path, some keyword, send results to a dedicated buffer (by with default bindings).
Do C-c C-p, edit the results
Do C-c C-e, observe "There are 4 unapplied changes. (0 changed)
I am sorry for vague bug report, let me know if a more specific reproduction procedure is needed.
The text was updated successfully, but these errors were encountered:
Split projectile-grep and helm-projectile-grep to own keybindings, so that
projectile-grep can be invoked directly when I know helm-projectile-grep will
break (i.e. if I'm about to use the writable grep buffer feature).
A helm-grep buffer filled with git-grep results applies zero edits over TRAMP.
To reproduce, I use helm-projectile-grep (other helm greppers should work too): select a remote path, some keyword, send results to a dedicated buffer (by with default bindings).
Do C-c C-p, edit the results
Do C-c C-e, observe "There are 4 unapplied changes. (0 changed)
I am sorry for vague bug report, let me know if a more specific reproduction procedure is needed.
The text was updated successfully, but these errors were encountered: