This commit is contained in:
Nate Kane 2015-10-26 19:10:24 +10:00
parent 9e2e492055
commit fef32d7481

View File

@ -1,7 +1,7 @@
" Author: Nate Kane <nathanaelkane AT gmail DOT com> " Author: Nate Kane <nathanaelkane AT gmail DOT com>
" Homepage: http://github.com/nathanaelkane/vim-indent-guides " Homepage: http://github.com/nathanaelkane/vim-indent-guides
" Do not load if if vim is too old " 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 finish
endif endif