Skip to content

Commit 899d6fb

Browse files
committed
Normalize line endings
1 parent 04b1216 commit 899d6fb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tags
1+
tags

autoload/EasyGrep.vim

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,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-
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+

0 commit comments

Comments
 (0)