From e16a825feaad2bf23b98e33409185ad280c56cc3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 Jul 2018 10:26:20 +1200 Subject: Reformat comment in wildignore.vim --- vim/plugin/wildignore.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/plugin/wildignore.vim b/vim/plugin/wildignore.vim index fb190bce..b87b62b1 100644 --- a/vim/plugin/wildignore.vim +++ b/vim/plugin/wildignore.vim @@ -1,6 +1,6 @@ -" Don't complete certain files that I'm not likely to want to manipulate -" from within Vim; this is kind of expensive to reload, so I've made it a -" plugin with a load guard +" Don't complete certain files that I'm not likely to want to manipulate from +" within Vim; this is kind of expensive to reload, so I've made it a plugin +" with a load guard if v:version < 700 || !has('wildignore') finish endif -- cgit v1.2.3