Search command(ag, pt, ack etc) and version ag version 2.2.0/ripgrep 13.0.0
Last value of helm-ag--last-command
Actual behavior
When I run helm-ag and C-c C-e to enter helm-ag-edit, I get "Text is read-only" everywhere, file is not modifiable. I can mark lines for deletion (C-c C-d), but then if I commit, the initial file is not updated.
helm-ag--last-command
Actual behavior
When I run
helm-ag
andC-c C-e
to enter helm-ag-edit, I get "Text is read-only" everywhere, file is not modifiable. I can mark lines for deletion (C-c C-d
), but then if I commit, the initial file is not updated.If instead of
rg
I useag
, everything works fine.Here's how I use
rg
: