Whitespace

This commit is contained in:
Nate Kane 2015-10-26 19:10:29 +10:00
parent fef32d7481
commit 1b108fc9c9

View File

@ -2,7 +2,7 @@
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
" Do not load if vim is too old
if (v:version == 701 && ! exists('*matchadd')) || (v:version < 701)
if (v:version == 701 && !exists('*matchadd')) || (v:version < 701)
finish
endif