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 03f4382 commit 1f0209aCopy full SHA for 1f0209a
plugin/fern_hijack.vim
@@ -8,7 +8,7 @@ function! s:hijack_directory() abort
8
if !isdirectory(path)
9
return
10
endif
11
- bwipeout .
+ bwipeout %
12
execute printf('keepjumps keepalt Fern %s', fnameescape(path))
13
endfunction
14
0 commit comments