helm-ag--last-command
is ("rg" "--smart-case" "--no-heading" "--vimgrep" "asdf")
multiple lines returned for a single line containing multiple instances of the same value
Expected behaviorjust show one result, like ag does
Noteshelm-ag has this code for ag:
(defcustom helm-ag-base-command (if (helm-ag--windows-p) "ag --vimgrep" "ag --nocolor --nogroup") "Base command of `ag'" :type 'string)
I'm not sure why this uses --vimgrep
on Windows and not on other platforms, but it could be the reason for the discrepancy we're seeing between ag
and rg
. What do you recommend?
syl20bnr/spacemacs#7370 (comment)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4