我正在使用Silver Searcher的 vim Ag.vim 。我想let(:application
在我的项目中搜索。
如果我这样做,:Ag "let(:application" app/
我会得到
|| ERR: Bad regex! pcre_compile() failed at position 16: missing )
|| If you meant to search for a literal string, run ag with -Q
没有结果Ag -Q "let(:application" app/
知道正确的模式吗?