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

Deleted stray comment.

This commit is contained in:
cheater
2012-02-08 09:08:03 +01:00
committed by cheater
parent e1d3306adc
commit 476707b687

View File

@@ -717,7 +717,6 @@ autocmd BufDelete * silent call PHBufferDelete()
" period of no activity after which the CursorHold event is triggered " period of no activity after which the CursorHold event is triggered
if (exists("g:pythonhelper_updatetime")) if (exists("g:pythonhelper_updatetime"))
let &updatetime = g:pythonhelper_updatetime let &updatetime = g:pythonhelper_updatetime
" otherwise just return an empty string
else else
set updatetime=1000 set updatetime=1000
endif endif