mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05: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