-
- Downloads
Make top level git path work with Cygwin/MSYS2
Cygwin and MSYS2 used Git for Windows which returns a windows path which doesn't work in vim. This change looks for the presence of the cygpath executable which if present indicates its running under Cygwin or MSYS2. It then uses cypath is to convert the windows path to a compatible path.
Loading
Please register or sign in to comment