diffchar.vim icon indicating copy to clipboard operation
diffchar.vim copied to clipboard

Highlight the exact differences, based on characters and words

Results 13 diffchar.vim issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the great plugin :+1: I have been using it alongside https://github.com/sainnhe/gruvbox-material and I have noticed that by default the diffs become hard to read, e.g. the diff...

> You can use `]b` or `]e` to jump cursor to start or end position of the next > difference unit, and `[b` or `[e` to the start or end...

Hi... looks this is a good enhancement (with your another 'spotdiff.vim') vs native vimdiff // we can see really sometime can not clearly show what chars were different in a...

The documentations states: ` While showing the exact differences, when the cursor is moved on a difference unit, you can see its corresponding unit with |hl-Cursor| in another window, based...

Dear Rick, I am not sure if you are accepting pull requests for your plugin since I could not find any info on your plugin page. I am using neovim...

Consider the following: ``` 123 456 789 ``` When I change it to ``` 123 456 x ``` the x is indicated as added. However, when I change it to:...

While `:EDChar` is already awesome, I miss a feature from Beyond Compare on vimdiff that is being able to see and change the current line on an extra window containing...

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...

This is exactly my question, but the answer is outdated: https://stackoverflow.com/questions/28407691/vim-disable-plugin-by-default-diffchar In vim8, I put this plugin in the ~/.vim/.../opt/ folder. Then, how do I enable the plugin when I'm...