Commit Graph

9 Commits

Author SHA1 Message Date
Yegappan Lakshmanan
852ddb0c65 Version 1.11: Fixed a problem in using the "Rgrep <pattern> <filenames>" command. 1.11 2013-06-13 19:11:47 -05:00
Yegappan Lakshmanan
961dfaa5b9 Version 1.10
Fix the problem in running the grep command in MS-Windows because of command-line
quoting issues.
1.10
2013-04-26 07:22:37 -05:00
Yegappan Lakshmanan
1e5658c6d9 Version 1.9
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.
1.9
-
Yegappan Lakshmanan
8713933900 Version 1.8
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.
1.8
-
Yegappan Lakshmanan
666c1a77ca Version 1.7
Added filename completion support for grep commands. In GUI Vim, added Tools->Search menu item for using the Grep commands.
1.7
-
Yegappan Lakshmanan
af64febf42 Version 1.6
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.
1.6
-
Yegappan Lakshmanan
b47670e314 Version 1.5: Don't automatically jump to the first match in the grep output. 1.5 -
Yegappan Lakshmanan
c4ae2bf4df Version 1.4
Support for specifying the grep flags, search pattern and filenames as argument to commands and other minor improvements.
1.4
-
Yegappan Lakshmanan
d025290242 Version 1.3
Fixed file pattern quoting and special character escaping for MS-Windows.
1.3
-