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

s:parseArgs() incorrectly separates the pattern from filenames #11

Open
lucianposton opened this issue Aug 2, 2018 · 0 comments
Open

Comments

@lucianposton
Copy link

See #10

s:parseArgs() incorrectly assumes that the first non-option argument is the entire search pattern. Vim's <f-args> doesn't handle quotes like shell quoting does, unfortunately, making this assumption in s:parseArgs() incorrect.

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