[PLUG] Keeping the undo stack in VIM

Fedor Pikus fpikus at gmail.com
Tue Feb 8 23:16:50 UTC 2005


On Tue, 08 Feb 2005 14:59:10 -0800, Randall Lucas <rlucas at tercent.com> wrote:
> As a follow-up, is it possible to maintain the undo stack between
> invocations? 

No. viminfo file is where you store persistent data between invocations.
You can save lots of things in viminfo, but undo stack is not one of
them. do ":h viminfo" from vim to read the help file.

-- 
Fedor G Pikus (fpikus at gmail.com)
http://www.pikus.net
http://wild-light.com



More information about the PLUG mailing list