@@ -37,7 +37,7 @@ let s:uname = system("echo -n \"$(uname)\"")
lets:vim_dir= $HOME . "/.vim"
function!IsWindows()
ifs:uname=~"mingw"
ifs:uname=~"mingw"||s:uname=~"msys"
return1
endif
return0
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.