vim-localrc
vim-localrc copied to clipboard
globpath('/', '/*') makes hang on msys2/cygwin.
Probably, ls //*
looks UNC paths.
Fixes #6
Hmm, this might not be right way to fix. If you want to fix with using readdir(), feel free to close this.