projectile icon indicating copy to clipboard operation
projectile copied to clipboard

projectile-ripgrep broken by #1904

Open Flowdalic opened this issue 1 year ago • 0 comments

It seems that #1904 (41f8a8e7bdc50467256af632108989b5c980cd56) broke projectile's ripgrep search:

-*- mode: ripgrep-search; default-directory: "~/repos/my-code/" -*-
Ripgrep started at Wed Oct 16 13:50:29

rg  --fixed-strings --hidden --glob !TAGS --glob !^\.idea$ --glob !^\.vscode$ --glob !^\.ensime_cache$ --glob !^\.eunit$ --glob !^\.git$ --glob !^\.hg$ --glob !^\.fslckout$ --glob !^_FOSSIL_$ --glob !^\.bzr$ --glob !^_darcs$ --glob !^\.pijul$ --glob !^\.tox$ --glob !^\.svn$ --glob !^\.stack-work$ --glob !^\.ccls-cache$ --glob !^\.cache$ --glob !^\.clangd$ --glob !*CVS --glob !^\.sl$ --glob !^\.jj$ --no-heading --line-number --with-filename --color=always --ignore-case -- make.conf .
zsh:1: no matches found: !*CVS

Ripgrep exited abnormally with code 1 at Wed Oct 16 13:50:29

Flowdalic avatar Oct 16 '24 11:10 Flowdalic