wookayin/dotfiles

Does rg require quote?

sungminoh opened this issue · 1 comments

nnoremap <leader>rg :Rg ''<Left>

It looks like rg literally consider quote as a character to search

Shouldn't it be just nnoremap <leader>rg :Rg (with trailing space)

I think the behavior has changed. Previously fzf.vim parsed quote characters as shell expressions (e.g., to allow a query string with whitespaces) and it worked well. Now it does not. I will fix this. Thanks!