Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Findstr not working with multiword (space separated) search #17

Open
KiranHappy opened this issue Dec 4, 2021 · 0 comments
Open

Findstr not working with multiword (space separated) search #17

KiranHappy opened this issue Dec 4, 2021 · 0 comments

Comments

@KiranHappy
Copy link

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 :)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant