Skip to content

Commit fef32d7

Browse files
committed
Wording
1 parent 9e2e492 commit fef32d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
22
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
33

4-
" Do not load if if vim is too old
4+
" Do not load if vim is too old
55
if (v:version == 701 && ! exists('*matchadd')) || (v:version < 701)
66
finish
77
endif

0 commit comments

Comments
 (0)