From 9aca6109f911b73f9781fed64072e7c6e885c30b Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sat, 13 May 2023 18:19:59 +0800 Subject: [PATCH] Fix autocommand error when opening command line window --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 5b3591fa..349d3281 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -39,7 +39,7 @@ filetype indent on " Set to auto read when a file is changed from the outside set autoread -au FocusGained,BufEnter * checktime +au FocusGained,BufEnter * silent! checktime " With a map leader it's possible to do extra key combinations " like w saves the current file