-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch between diffchar and the default diff method without restarting vimdiff #33
Comments
How about using |
I put the plugin in the What what command do I issue now to see the diffchar diffs? |
If you locate the plugin in |
Starting vimdiff with Out of curiosity: would you know a way to load and activate the plugin after vimdiff has started? I mean, without quitting vimdiff and starting vimdiff again using the CLI option above? It would be a very useful feature to be able to toggle! |
You can use |
The feature I'm interested in is maybe better described as: "switch between diffchar and the default diff method without restarting vimdiff". I updated the title to hopefully be more descriptive |
I see you want to toggle diff mode windows between with and without diffchar plugin. This is a kind of a private option, but if you set 1 to |
cool! I'll use a function to do this:
|
Hi, is it possible close this issue? |
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 looking at the two files in vimdiff?
The text was updated successfully, but these errors were encountered: