machakann / vim-highlightedundo

Make the undo region apparent!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with ViM-8.0.0

ratheesh opened this issue · comments

This plugin works fine with neovim-0.2.2 but does not with work with ViM-8.0.0

My configuration:

let g:highlightedundo#highlight_mode = 2
nmap u (highlightedundo-undo)
nmap (highlightedundo-redo)
nmap U (highlightedundo-Undo)
nmap g- (highlightedundo-gminus)
nmap g+ (highlightedundo-gplus)

Thanks! Did you get any error message? Is an external diff command available in both environments? Check the output of the following command :echomsg executable('diff')

sorry for late reply.
Yes, external diff command is available. I tested both vim and neovim in same machine.

I tested with latest vim stable release ViM-8.0.1428. With this, the plugin works fine as expected.
Thanks for your support.

That's fine!