mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user