Fix warning in command line window, closes #604

This commit is contained in:
Adam Stankiewicz
2020-10-24 21:46:04 +02:00
parent 8e61708b45
commit 20b31f5337

View File

@@ -74,7 +74,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -
if match(capture, 'checktime') == -1 if match(capture, 'checktime') == -1
augroup polyglot-sensible augroup polyglot-sensible
au! au!
au CursorHold * checktime au CursorHold * silent! checktime
augroup END augroup END
endif endif