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
When I set config.diff_opts.open_in_current_tab = false, I expect diff to open in a new tab, but this setting doesn't make any difference - the diff always opens in the current tab.
To Reproduce
Try to set the option to different values and make a diff pop up.
Expected Behavior
With config.diff_opts.open_in_current_tab = false, two diff buffers should pop up in a new tab.