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