From 476707b68715b0bbfa4a523b12e46216b868b3f2 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 09:08:03 +0100 Subject: [PATCH] Deleted stray comment. --- plugin/pythonhelper.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 99b2d59..9ba67f7 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -717,7 +717,6 @@ autocmd BufDelete * silent call PHBufferDelete() " period of no activity after which the CursorHold event is triggered if (exists("g:pythonhelper_updatetime")) let &updatetime = g:pythonhelper_updatetime -" otherwise just return an empty string else set updatetime=1000 endif