There was an error while loading. Please reload this page.
1 parent 9e2e492 commit fef32d7Copy full SHA for fef32d7
plugin/indent_guides.vim
@@ -1,7 +1,7 @@
1
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
2
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
3
4
-" Do not load if if vim is too old
+" Do not load if vim is too old
5
if (v:version == 701 && ! exists('*matchadd')) || (v:version < 701)
6
finish
7
endif
0 commit comments