Closed JESii closed 2 years ago
Hi @JESii! Hmm, unfortunately not sure what the issue would be here. Did you update fugitive.vim any time recently? Conflicted builds on it, so that is my guess as to why it would have changed.
Also, and sorry to be pedantic, but is the issue around "tabs" or "windows"? Your screenshot is showing three tabs listed, but you're mentioning windows (aka "splits"). Can you clarify what the expected and observed behavior is?
Sorry - it's tabs, not windows. I tend to update all my plugins fairly regularly, so that definitely could be it. I'll update all my plugins now and see if that helps. Thanks!
I think vim-fugitive moved from a default 3-pane diff to 2-pane diff. I think the solution is to use :Gdiffsplit!
now:
https://github.com/tpope/vim-fugitive/commit/9abe962c9d6248c1b76a25bacfcc0c1e5d2cfbc8
OK; thanks much! Have a great day.
I created #19 to fix this and it worked for me, but I'm not sure if the segfault reported in the fix proposed in #17 is fixed there.
@JESii I've merged @geoffharcourt's PR. Can you pull the latest and give that a quick test and then share the results back here?
I just installed this plugin for the first time - seems like a much needed addition to my toolkit!
Unfortunately, I still only have two panes in the working
view. I've confirmed that if I open the file myself and type :Gvdiffsplit!
I get the three pane diff view I was expecting.
Something happened where this regressed since the last commit. I'm not sure if it's another fugitive change.
https://github.com/christoomey/vim-conflicted/pull/20 resolves it for me.
Starting about 2-3 weeks ago,
Conflicted
shows only two windows. The first windows indicates that there are three windows:but there are only two active windows open.
Any suggestions as to what I should look for? Thanks, Chris