vim-mundo icon indicating copy to clipboard operation
vim-mundo copied to clipboard

Update mundo undo tree when main window is changed.

Open dsummersl opened this issue 8 years ago • 0 comments

Ideal behavior:

  1. Start vim with no file. Make a few changes.
  2. call :MundoShow. Changes should be seen.
  3. open a new file :e new.txt.
  4. The mundo window still reflects the undo state of the empty buffer - ideally it would show the new/empty undo history of new.txt.

dsummersl avatar Dec 15 '16 12:12 dsummersl