Skip to content

Tags: yeti01/grep

Tags

v1.11

Toggle v1.11's commit message
Released on April 28, 2013

Fixed a problem in using the "Rgrep <pattern> <filenames>" command.

v1.10

Toggle v1.10's commit message
Released on April 24, 2013

Fix the problem in running the grep command in MS-Windows because
of command-line quoting issues.

v1.9

Toggle v1.9's commit message
Released on Sep 10, 2007

New commands to add search results to the existing results.
New Grep_Xargs_Options variable to control the options passed to xargs.
Don't echo newlines before running the commands.

v1.8

Toggle v1.8's commit message
Released on March 13, 2007

Support for expanding file and directory names in the search prompt.
Fix for recursively searching for filenames with space characters
in the name using find and xargs.

v1.7

Toggle v1.7's commit message
Released on June 16, 2006

Added filename completion support for grep commands.
In GUI Vim, added Tools->Search menu item for using the Grep commands.

v1.6

Toggle v1.6's commit message
Released on August 10, 2005

1. Add the search pattern to the search results.
2. Support for the -h argument to the commands.
3. Make the plugin work in Vi-compatible mode.
4. Updated documentation.

v1.5

Toggle v1.5's commit message
Released on April 28, 2005

Don't automatically jump to the first match in the grep output.

v1.4

Toggle v1.4's commit message
Released on Oct 27, 2004

Support for specifying the grep flags, search pattern and filenames
as argument to commands and other minor improvements.

v1.3

Toggle v1.3's commit message
Released on June 11, 2002

Fixed file pattern quoting and special character escaping for MS-Windows.