diffchar.vim
diffchar.vim copied to clipboard
Highlight the exact differences, based on characters and words
This works fine in Vim 9.1 (included patches: 1-818), but not in NVIM v0.11.1. Both with same plugin manager [vim-plug](https://github.com/junegunn/vim-plug). In Neovim maps like `]e` and `[e` work, but **not**...
@rickhowe First off, thank you for creating such a great plugin, I've found it very useful. My question is how to change the color scheme from the default?
After executing `:Diffoff`, foldmethod stays at `diff`. Can be reproduced as following: 1. Open two files in vertical splits, have foldmethod set to `marker` 2. Switch to visual mode, select...