On Saturday, May 18, 2013 4:20:48 PM UTC-5, Tim Chase wrote: > > Note that reloading loses things like the jump-list and undo history > > for the buffer, so it might be better to do something like > > > > :%d > > :$r % > > :0d > > > > which should keep at least preserve the undo history though the > > reload. > > > > -tim
As I mentioned back in February, if you have 'undofile' and 'undoreload' set properly, you can actually undo reading in the file if it abandoned your unsaved changes. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
