From 8f88e4bc7f474876310ebcdf989f275ab0f2a84a Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 09:17:14 +0100 Subject: [PATCH] Only set updatetime if g:pythonhelper_updatetime is set. --- plugin/pythonhelper.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 9ba67f7..b612ab0 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -717,8 +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 -else - set updatetime=1000 endif " }}}