persistent undo added
This commit is contained in:
parent
7ef60fb71e
commit
58975ea8a1
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
|
@ -184,6 +184,11 @@ augroup myvimrc
|
|||
augroup END
|
||||
|
||||
|
||||
" persisitent undo file
|
||||
set undodir=/home/ray/.vim/undodir
|
||||
set undofile
|
||||
|
||||
|
||||
|
||||
" plugins stuff
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue