On Thu, May 16, 2019 at 5:40 AM Vedanth Srinivasan <[email protected]> wrote: > > Is there any way I can get a local history for a file in vim? I have already > completed the file and am trying to see my changes at each point.
As Tony said, it's too late for that. For the future checkout :h 'undofile', which tells vim to save the undo list when you quit vim and restore it if you reopen the file. nazri -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAEY4ZpOLuoLpuztnud_5AQawW3360q034tWqkfurOE0iZn_T%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
