mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Fix warning in command line window, closes #604
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user