1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00

Fix autocommand error when opening command line window

This commit is contained in:
Wu Tingfeng 2023-05-13 18:19:59 +08:00
parent 8bf90b12d0
commit 9aca6109f9
No known key found for this signature in database

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