We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675dff commit 0ea569cCopy full SHA for 0ea569c
autoload/fern/internal/filepath.vim
@@ -40,7 +40,7 @@ endfunction
40
41
function! s:to_slash_windows(path) abort
42
let prefix = s:is_absolute_windows(a:path) ? '/' : ''
43
- let terms = filter(split(a:path, '\\'), '!empty(v:val)')
+ let terms = filter(split(a:path, '\\/'), '!empty(v:val)')
44
return prefix . join(terms, '/')
45
endfunction
46
0 commit comments