Skip to content
/ grep Public
forked from yegappan/grep

Plugin to integrate Grep search tools with Vim

Notifications You must be signed in to change notification settings

yeti01/grep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

grep

Plugin to integrate Grep search tools with Vim

The grep plugin integrates the grep, fgrep, egrep, and agrep tools with Vim and allows you to search for a pattern in one or more files and jump to them.

To use this plugin, you need the grep, fgrep, egrep, agrep, find and xargs utilities. These tools are present in most of the Unix installations. For MS-Windows systems, you can download the GNU grep and find utilities from the following sites:

http://gnuwin32.sourceforge.net/packages/grep.htm
http://gnuwin32.sourceforge.net/packages/findutils.htm

About

Plugin to integrate Grep search tools with Vim

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 67.7%
  • Perl 32.3%