christoomey / vim-conflicted

Easy git merge conflict resolution in Vim
MIT License
271 stars 12 forks source link

Windows are line up in vertical order, how can it be changed to horizontal? #11

Closed whitesiroi closed 8 years ago

whitesiroi commented 8 years ago

Hello,

Thank you for your plugin. I want to line up windows like you have https://github.com/christoomey/vim-conflicted/raw/master/images/tablabel-terminal.png

Your windows are from left to right, but mines are from top to bottom. Maybe, you know how can I fix it?

Thank you & best regards, Artem

christoomey commented 8 years ago

Hey @whitesiroi, I'm guessing this is related to fugitvie.vim functionality, discussed here. Looks like you should be able to set :set diffopt+=vertical to solve.

whitesiroi commented 8 years ago

Aaa, @christoomey thank you very much for your help. It does work perfectly.