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