From 1b108fc9c9f8e2eac0e4bf9df951995d30aa87f0 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Mon, 26 Oct 2015 19:10:29 +1000 Subject: [PATCH] Whitespace --- plugin/indent_guides.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/indent_guides.vim b/plugin/indent_guides.vim index 1c4c2da..8a6dee3 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -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