summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim
index f989d583..bfd9c1a0 100644
--- a/plugin/polyglot.vim
+++ b/plugin/polyglot.vim
@@ -74,7 +74,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'sensible') == -
if match(capture, 'checktime') == -1
augroup polyglot-sensible
au!
- au CursorHold * checktime
+ au CursorHold * silent! checktime
augroup END
endif