[vimrc] Check for file change

This commit is contained in:
Mathieu Maret 2011-12-09 10:28:56 +01:00
parent 08370b3262
commit b19322dc5e
1 changed files with 6 additions and 0 deletions

6
.vimrc
View File

@ -46,6 +46,12 @@ endif
" command line history
set history=50
" Check that file have not been changed
" CursorHold : after cursor move
" WinEnter or BufWinEnter
au WinEnter * checktime
au BufWinEnter * checktime
"""""""""
" INPUT "
"""""""""