From fef32d7481c547d5c72f2be574f569bb3c720bb6 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Mon, 26 Oct 2015 19:10:24 +1000 Subject: [PATCH] Wording --- 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 c888240..1c4c2da 100644 --- a/plugin/indent_guides.vim +++ b/plugin/indent_guides.vim @@ -1,7 +1,7 @@ " Author: Nate Kane " 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) finish endif