Re: Ability to undo changes from outside Vim

2014-06-12 Thread Eric Christopherson
Ah, thanks; that'd be it. undoreload is set by default to 1, and my file is now over that many lines. I set it to -1 and that made it work. On Wed, Jun 11, 2014 at 10:27 PM, Ben Fritz wrote: > On Wednesday, June 11, 2014 5:36:31 PM UTC-5, Eric Christopherson wrote: > > In my vimrc I have >

Re: Ability to undo changes from outside Vim

2014-06-11 Thread Ben Fritz
On Wednesday, June 11, 2014 5:36:31 PM UTC-5, Eric Christopherson wrote: > In my vimrc I have > >   set undofile >   set undodir=~/.vimundo > -- thus I am almost always able to undo changes done in Vim even if I close a > file and reopen it. One other benefit I've enjoyed for a while is the > be

Ability to undo changes from outside Vim

2014-06-11 Thread Eric Christopherson
In my vimrc I have set undofile set undodir=~/.vimundo -- thus I am almost always able to undo changes done in Vim even if I close a file and reopen it. One other benefit I've enjoyed for a while is the behavior where, if I have a file open in Vim, and some program besides Vim modifies the file