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
Into current script even supplying this flag explicitly has issues of delivering all occurrences.
If you could restore correct behavior, Windows User will be very thankful to you :)
The text was updated successfully, but these errors were encountered:
lalbornoz
added a commit
to lalbornoz/vim-greppie
that referenced
this issue
Mar 6, 2023
This fixes the following upstream issues:
<yegappan#9>
<yegappan#11>
<yegappan#17>
Removes find and xargs dependencies.
Removes the following features/options:
Prompting for <search_pattern> if not specified
Prompting for <file_names> if not specified
Grep_Find_Path
Grep_Xargs_Path
Grep_Default_Filelist
Grep_Find_Use_Xargs
Grep_Xargs_Options
Grep_Cygwin_Find
Grep_Shell_Escape_Char
lalbornoz
added a commit
to lalbornoz/vim-greppie
that referenced
this issue
Mar 6, 2023
This fixes the following upstream issues:
<yegappan#9>
<yegappan#11>
<yegappan#17>
Removes find and xargs dependencies.
Removes the following features/options:
Prompting for <search_pattern> if not specified
Prompting for <file_names> if not specified
Grep_Find_Path
Grep_Xargs_Path
Grep_Default_Filelist
Grep_Find_Use_Xargs
Grep_Xargs_Options
Grep_Cygwin_Find
Grep_Shell_Escape_Char
This feature works fine with your old plugin https://github.com/vim-scripts/findstr.vim
as there /C: flag is used cleanly.
Into current script even supplying this flag explicitly has issues of delivering all occurrences.
If you could restore correct behavior, Windows User will be very thankful to you :)
The text was updated successfully, but these errors were encountered: