justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.19k stars 64 forks source link

fix s:sl() #97

Closed bounceme closed 7 years ago

bounceme commented 7 years ago

because mkdir() can make a directory call mkdir('a\/a','p')

bounceme commented 7 years ago

guessing this is a vim bug

bounceme commented 7 years ago

o, i get it. it makes two directories, 'a\' and 'a'

bounceme commented 7 years ago

i think there is something messed up either with vim or s:sl() with those kinds of edge cases