[vimrc] Check for file change
This commit is contained in:
parent
08370b3262
commit
b19322dc5e
6
.vimrc
6
.vimrc
@ -46,6 +46,12 @@ endif
|
|||||||
" command line history
|
" command line history
|
||||||
set history=50
|
set history=50
|
||||||
|
|
||||||
|
" Check that file have not been changed
|
||||||
|
" CursorHold : after cursor move
|
||||||
|
" WinEnter or BufWinEnter
|
||||||
|
au WinEnter * checktime
|
||||||
|
au BufWinEnter * checktime
|
||||||
|
|
||||||
"""""""""
|
"""""""""
|
||||||
" INPUT "
|
" INPUT "
|
||||||
"""""""""
|
"""""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user