1
0
Fork 0

Setting bufhidden=hide in vimrc

This is particularily valuable for various scripts that perform manipulation
on buffers, as unloading a buffer not only requires saving, but discards
modification history for undos.
org
Mike Gerwitz 2014-01-02 11:49:05 -05:00
parent 9ed85f341d
commit 978d876805
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -28,6 +28,7 @@ set ai
set autochdir
set backspace=indent,eol,start
set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set bufhidden=hide
set directory=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set et
set exrc