1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 20:10:24 +01:00

Only set updatetime if g:pythonhelper_updatetime is set.

This commit is contained in:
cheater
2012-02-08 09:17:14 +01:00
committed by cheater
parent 476707b687
commit 8f88e4bc7f

View File

@@ -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
" }}}