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:
@@ -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
|
||||
|
||||
" }}}
|
||||
|
||||
Reference in New Issue
Block a user