Skip to content

Commit

Permalink
Directly pass command lines to shell unchanged.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lalbornoz committed Mar 6, 2023
1 parent 7b0eba0 commit 5310100
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 457 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,25 @@ Fork of <https://github.com/yegappan/grep/fork> implementing the following
additional features:

1) Implements key mappings in Grep output window.
2) Merges <https://github.com/yegappan/grep/pull/10>.
3) Escapes filenames, excluding \*\*, \*, and [?~].
2) Directly pass command lines to shell unchanged.

This fixes the following upstream issues:
<https://github.com/yegappan/grep/issues/9>
<https://github.com/yegappan/grep/issues/11>
<https://github.com/yegappan/grep/issues/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

Plugin to integrate various grep like search tools with Vim.

Expand Down
Loading

0 comments on commit 5310100

Please sign in to comment.