Skip to content

Commit 2faa33a

Browse files
authored
Update README.markdown
1 parent 21b22f7 commit 2faa33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
Author: Andreas Andersson - [[email protected]](mailto:[email protected])
44

5-
GrepIt is a simple wrapper around grep and findstr that helps
5+
GrepIt is a simple wrapper around Vims internal grep command that helps
66
you grep in all files for a language. For example if the current
77
file is a .h file, and you execute:
88

99
```viml
1010
:GrepIt hello
1111
```
1212

13-
All files ending in h,cpp,cc,c,mm will be grepped for the string "hello". This
13+
All files ending in `h`,`cpp`,`cc`,`c`,`mm` will be grepped for the string "hello". This
1414
saves you typing a lot of `--include=*.xyz` for each search for something.
1515

1616
But, the real magic happens when you make a keyboard short to search for
17-
the word under the cursor. See Configuration section
17+
the word under the cursor. See [Configuration](#configuration) below.
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)