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
The default value of counsel-rg-base-command is currently missing the . parameter - without this, rg version 0.3.1 will fail to find any results on Windows.
Further, it is also missing --line-numbers which is necessary to follow links correctly, and there are multiple problems with the C-c C-o command.
An incoming merge request will address all of this.
The text was updated successfully, but these errors were encountered:
mwolson
pushed a commit
to mwolson/swiper
that referenced
this issue
Nov 25, 2016
* counsel-ag-function: Take base-cmd as a parameter instead of using counsel-ag-base-command
* counsel-rg-base-command: Include line numbers and current directory so it works on Windows
* Make counsel-rg a modified copy of counsel-ag instead of calling it, so we get a working occur buffer
* Update docs to mention counsel-rg
* ivy: Add 'counsel-rg to multiple memq lists that check for 'counsel-ag
The default value of
counsel-rg-base-command
is currently missing the.
parameter - without this,rg
version 0.3.1 will fail to find any results on Windows.Further, it is also missing
--line-numbers
which is necessary to follow links correctly, and there are multiple problems with theC-c C-o
command.An incoming merge request will address all of this.
The text was updated successfully, but these errors were encountered: