We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./
1 parent 89ebaf5 commit 6e4b08bCopy full SHA for 6e4b08b
autoload/fern/internal/viewer.vim
@@ -20,6 +20,7 @@ endfunction
20
21
function! fern#internal#viewer#reveal(helper, path) abort
22
let path = fern#internal#filepath#to_slash(a:path)
23
+ let path = substitute(path, '^\./', '', '')
24
let reveal = split(path, '/')
25
let previous = a:helper.sync.get_cursor_node()
26
return s:Promise.resolve()
0 commit comments