From 3c26776552ecb436bd8090c973435a68dbe8cb62 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 20 Aug 2023 22:36:43 +0800 Subject: [PATCH] Fix autocommand error when opening command line window (#731) --- 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