simnalamburt / vim-mundo

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

Word-diffing capability #24

Open sid-kap opened 8 years ago

sid-kap commented 8 years ago

Would it be possible to have an option to use wdiff (or a similar word-diffing library) instead of standard diff (line diff) in the diff buffer? Wdiff usually makes more sense (for me) when I'm editing text files.

Also, would it be possible to do set wrap by default in the diff window?

dsummersl commented 8 years ago

Ooh, wdiff. I like wdiff too. I know we're currently using the builtin python diff library. I'll look at making that configurable.

Thanks for the suggestion.