mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Use <mods> for :copen rather than :cfirst, as that seems to be the more useful of the two. When I call :vertical copen, I get a window that is initially 10 columns wide, but which resizes to 20 columns upon blurring and refocusing. Not sure what's up with that, but 10 columns is comically narrow, so let's go ahead and open at 20 columns to begin with. Resolves: https://github.com/tpope/vim-fugitive/issues/1831