mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-06 20:24:37 +08:00
When running Vim in a terminal with an alternate screen buffer, :Gcommit trashes the screen in a way that requires a redraw to fix. Circumvent this by using system() rather than `silent !`. Fixes #68.