File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- tags
1
+ tags
Original file line number Diff line number Diff line change 1
-
2
- " Initialization {{{
3
- if exists (" g:loaded_easygrep_autoload" ) || &cp || ! has (" quickfix" )
4
- finish
5
- endif
6
- let g: loaded_easygrep_autoload = " 1.2"
7
- " Check for Vim version 700 or greater {{{
8
- if v: version < 700
9
- echo " Sorry, EasyGrep " .g: EasyGrepVersion ." ONLY runs with Vim 7.0 and greater."
10
- finish
11
- endif
12
- " }}}
13
- " }}}
14
-
1
+
2
+ " Initialization {{{
3
+ if exists (" g:loaded_easygrep_autoload" ) || &cp || ! has (" quickfix" )
4
+ finish
5
+ endif
6
+ let g: loaded_easygrep_autoload = " 1.2"
7
+ " Check for Vim version 700 or greater {{{
8
+ if v: version < 700
9
+ echo " Sorry, EasyGrep " .g: EasyGrepVersion ." ONLY runs with Vim 7.0 and greater."
10
+ finish
11
+ endif
12
+ " }}}
13
+ " }}}
14
+
You can’t perform that action at this time.
0 commit comments