mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-01-21 10:32:12 +08:00
If Vim is 100 columns wide, and we echo a string exactly 100 characters long, Vim will insert a line break that a terminal wouldn't. This is particularly noticeable with progress bars that Git erases with a screen width's worth of whitespace. Work around this by decreasing the number of columns by 1.