batgrep: Fix to work with rg 11 (#53)

This commit is contained in:
Ethan P 2021-04-08 14:17:13 -07:00
parent eee3156e8a
commit a526c7927b
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -228,7 +228,6 @@ main() {
--vimgrep \ --vimgrep \
"${RG_ARGS[@]}" \ "${RG_ARGS[@]}" \
--context 0 \ --context 0 \
--no-context-separator \
--sort path \ --sort path \
"$PATTERN" \ "$PATTERN" \
"${FILES[@]}" \ "${FILES[@]}" \