Wilfred Hughes
Wilfred Hughes
I'm seeing the same issue with some Python files I'm running Rocco on. The simplest test case I could find was: ``` """: """ f ```
No, the issue remains. The test case I gave above still produces the error.
With #45 merged, can this now be closed?
@zpao I've signed the CLA! :)
I'd be tempted to just do the rename without calling any VC logic. I prefer to stage changes separately when working with git.
Clearly you're a better typist than me. It's common for me to mistype the file extension :)
What's the full ag command you're running? It should be at the top of the `*Ag*` buffer.
ag.el is only lightly maintained these days, as I'm using deadgrep now. If you can suggest why removing `--vimgrep` will work, I'm happy to accept a PR. Perhaps it's a...
Woah, pt boasts faster searching than ag! Yep, I'd certainly welcome patches that add support for pt to ag.el.
FWIW, a pt.el has appeared: https://github.com/bling/pt.el