[patch] Persistent Undo

2009-02-20 Thread Jordan Lewis
This patch implements persistent undo. It is against SVN revision 1365. I'd like to submit it to the list to see what people think. More specifically, here are the changes: 1. Added commands :wundo and :rundo that write and read undo files respectively. An undo file is a binary file that conta

[patch] Persistent undo

2009-11-16 Thread Jordan Lewis
Hi, I've added some documentation to the patch I wrote for persistent undo. It's been a while since I've posted about this, so I'll recap the features: 1. New option 'undofile' causes Vim to automatically write out the undo history for the current session to a file located in the directory

Re: [patch] Persistent Undo

2009-02-23 Thread Andreas Bernauer
Hi Jordan, just my thoughts: Jordan Lewis wrote: > 2. Added 'undofile'/'udf' option that toggles automatic undo file > writing and reading. If a file's checksum changed since the last time > it had an undo file written for it, Vim will silently (or loudly, with > verbose > 0) ignore the un

Re: [patch] Persistent undo

2009-11-16 Thread Erik Falor
On Mon, Nov 16, 2009 at 03:22:55AM -0600, Jordan Lewis wrote: > Please try this patch! I think you all and the rest of the Vim > community will really like this functionality. I'm sorry to report that your patch does not build on Windows with VS2008. The following is the compiler output. It lo

Re: [patch] Persistent undo

2009-11-16 Thread Dominique Pellé
Jordan Lewis wrote: > Hi, > > I've added some documentation to the patch I wrote for persistent > undo. It's been a while since I've posted about this, so I'll recap > the features: > > 1. New option 'undofile' causes Vim to automatically write out the > undo history for the current session to a

Re: [patch] Persistent undo

2009-11-16 Thread Jordan Lewis
2009/11/16 Dominique Pellé : > > Jordan Lewis wrote: > >> Hi, >> >> I've added some documentation to the patch I wrote for persistent >> undo. It's been a while since I've posted about this, so I'll recap >> the features: >> >> 1. New option 'undofile' causes Vim to automatically write out the >> u

Re: [patch] Persistent undo

2009-11-17 Thread Mun
Hi all, I have been using the Persistent Undo patch for several months now and I have a general comment regarding it's usability. Jordan and I had a private conversation about this a while back, and he requested I post something to the list so as to provide a broader audience for feedback. Note

Re: [patch] Persistent undo

2009-11-17 Thread Andy Wokula
Mun schrieb: > Hi all, > > I have been using the Persistent Undo patch for several months now and I > have a general comment regarding it's usability. Jordan and I had a > private conversation about this a while back, and he requested I post > something to the list so as to provide a broader audi

Re: [patch] Persistent undo

2009-11-17 Thread Christian Brabandt
Hi Mun! On Di, 17 Nov 2009, Mun wrote: > I have been using the Persistent Undo patch for several months now and I > have a general comment regarding it's usability. Jordan and I had a > private conversation about this a while back, and he requested I post > something to the list so as to provid

Re: [patch] Persistent undo

2009-11-17 Thread Mun
Hi Andy, Christian, Thanks for your reply. Please see my comments below. On Tue, Nov 17, 2009 at 12:48 PM PST, Andy Wokula wrote: ... Text Deleted ... AW> > Another possibility would be for 'undofile' to be a string variable with AW> > possible choices being something like "read, write, both