lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

adding vertical (side-by-side) compare #272

Closed grimgort closed 3 years ago

grimgort commented 3 years ago

hello, it s possible to compare (and three way) file verticaly with (pp/PP/cc/CC) comande or with action. thanks

lambdalisue commented 3 years ago

set diffopt+=vertical

grimgort commented 3 years ago

thanks !! it s work