mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Fix autocommand error when opening command line window (#731)
This commit is contained in:
parent
c2c2edd7b4
commit
3c26776552
@ -39,7 +39,7 @@ filetype indent on
|
|||||||
|
|
||||||
" Set to auto read when a file is changed from the outside
|
" Set to auto read when a file is changed from the outside
|
||||||
set autoread
|
set autoread
|
||||||
au FocusGained,BufEnter * checktime
|
au FocusGained,BufEnter * silent! checktime
|
||||||
|
|
||||||
" With a map leader it's possible to do extra key combinations
|
" With a map leader it's possible to do extra key combinations
|
||||||
" like <leader>w saves the current file
|
" like <leader>w saves the current file
|
||||||
|
Loading…
Reference in New Issue
Block a user