Skip to content

Commit 1b108fc

Browse files
committed
Whitespace
1 parent fef32d7 commit 1b108fc

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
@@ -2,7 +2,7 @@
22
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
33

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

0 commit comments

Comments
 (0)