mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-10 10:53:47 -05:00
Whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user