After looking at the great vimcast-series about fugitive I have tried to use it for a while. But I have some strangeness going on. So here is one question:
When I have a merge conflict and open the file I get the layout
----------------------------
| | | |
| target | working | merge |
| (HEAD) | copy | |
| | | |
----------------------------
When I then try to view the status with :Gstatus
I get:
----------------------------
| | status | |
| target |---------| merge |
| (HEAD) | working | |
| | copy | |
----------------------------
instead of the expected:
----------------------------
| status |
|--------------------------|
| target | working | merge |
| (HEAD) | copy | |
----------------------------
What can I do to find out what’s wrong and how do I fix it?