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