Rafik Draoui
Rafik Draoui
@sheerun What is the value of `g:grepper.rg.grepformat`? By default, it's `f:%l:%c:%m,%f`, which should recognize column numbers. Otherwise maybe `g:grepper.rg.grepprg` is set to something that doesn't output column numbers?
I ran into this when trying to define double-angle quotation marks (`«` and `»`) as a pair text object, with ``` autocmd User targets#mappings#user call targets#mappings#extend({ \ "g": {"pair": [{"o":"«",...
One partial solution that could work for some applications would be to fall back to serving the "hash-less" version of the file whenever WhiteNoise returns a 404, **making sure that...
> If you have any crazy ideas https://github.com/evansd/whitenoise/issues/245#issuecomment-822720671
It's not currently possible to do so from within jj-diffconflicts. By design, it works solely off the materialized conflict markers, and there is currently no way to distinguish between a...
The files being in a separate temporary directory comes from the way `jj resolve` works. It expects change to be made to the `output_*` file in order to reconcile the...