You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
under Windows 10, no results are found. That is, if the search term is surrounded by single quotes, then, under Windows 10, no grepper tool (be it git-grep, rg, ag, ...) finds any result.
Instead double quotes work fine.
Therefore
letg:grepper.prompt_quote =has('win32') ? 3 : 2
is to be recommended.
The text was updated successfully, but these errors were encountered:
This is not specific to vim-grepper. Vim's grep with &grepprg set just as grepper.tool.grepprg also shows no results for search terms surrounded by single quotes.
With
under Windows 10, no results are found. That is, if the search term is surrounded by single quotes, then, under Windows 10, no grepper tool (be it git-grep, rg, ag, ...) finds any result.
Instead double quotes work fine.
Therefore
is to be recommended.
The text was updated successfully, but these errors were encountered: