1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

Fix autocommand error when opening command line window (#731)

This commit is contained in:
Wu Tingfeng 2023-08-20 22:36:43 +08:00 committed by GitHub
parent c2c2edd7b4
commit 3c26776552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <leader>w saves the current file