Installing
Hi
I followed the instructions https://www.vim.org/scripts/script.php?script_id=4932 to install diffchar, but the vundle installation phase says, "processing diffchar" from the vim window. It does not move on from there. How do you install this? Can you add in the README?
Thanks
How to install Vim plugins - Opensource.com might help you. I would recommend to use vim-plug or other plugin manager.
Thanks for getting back Rick. I don't need all the fancy stuff, just barebones exact diff. In my workflow I use vundle but if that doesn't work then I use this instead https://stackoverflow.com/a/17183382/1415897. This is exactly what I need.
I am not familiar with Vundle, but
Plugin 'rickhowe/diffchar.vim'
should install the plugin.