mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-01-24 12:01:57 +08:00
Changing :! was bad enough, but I cannot possibly fathom why this affects system() too. Didn't we learn our lesson about options affecting VimL execution from 'ignorecase'? Closes https://github.com/tpope/vim-fugitive/issues/1416 Closes https://github.com/tpope/vim-fugitive/issues/1437 Closes https://github.com/tpope/vim-fugitive/issues/1533 References https://github.com/tpope/vim-fugitive/issues/1042