mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
This appears to work fine in some setups, but has the same problems as regular win32 in others. Most notably, for it to work properly with the Vim included with Git for Windows, the experimental pseudo console support must not be enabled. Lacking a method to distinguish between the two cases, I see no better option than disabling it on all win32unix installations. Closes https://github.com/tpope/vim-fugitive/issues/1726