" Store the current system name so that we can conditionally set configs for
" different platforms
lets:uname=system("echo -n \"$(uname)\"")
lets:vim_dir= $HOME . "/.vim"
function!IsWindows()
ifs:uname=~"mingw"
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.