simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer
https://simnalamburt.github.io/vim-mundo
GNU General Public License v2.0
792 stars 28 forks source link

Windows diff closes instantly #75

Open dylnmc opened 5 years ago

dylnmc commented 5 years ago

pre-disclaimer: I know you don't like or want to work with Windows (neither do I), but this is the issue that I am encountering with VIM - Vi IMproved 8.1 (Included patches: 1-500)/MS-Windows 32-bit GUI version with OLE support at work.

Problem

Keys

  1. :MundoToggle
  2. 20j
  3. d

Result

Mundo closes the __Mundo__ window, but there is no diff.

It looks like (when I don't have guioptions+=!) that cmd prompt opens up quickly and exits. Maybe I am missing an external command like diff of something? However, when I open a cmd.exe and type which diff, I get /usr/bin/diff back.


Thanks for mundo. There are some very cool features in here (searching diffs with /, eg).