From 20b31f533764c4c32582124de8d8a6f6c9499c8a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 24 Oct 2020 21:46:04 +0200 Subject: Fix warning in command line window, closes #604 --- plugin/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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 -- cgit v1.2.3