You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried but can not reproduce it on my nvim 0.10.2.
I think you are talking about spotdiff.vim, right?
If the undocumented DiffRangeView variable includes f, Diffthis sets the option to manual and Diffoff returns it back to the original. It works fine.
Does vim original diffthis and diffoff have the same problem?
After executing
:Diffoff
, foldmethod stays atdiff
. Can be reproduced as following:marker
:Diffthis
:Diffoff
in both splits:set foldmethod?
On the side-note, I would be handy to have single command that exits the diff mode and restores the window layout back to what it was.
Tested on nvim v0.10.2
The text was updated successfully, but these errors were encountered: