Skip to content

Commit 1f0209a

Browse files
committed
♻️ Fix the delete buffer setting
1 parent 03f4382 commit 1f0209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/fern_hijack.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function! s:hijack_directory() abort
88
if !isdirectory(path)
99
return
1010
endif
11-
bwipeout .
11+
bwipeout %
1212
execute printf('keepjumps keepalt Fern %s', fnameescape(path))
1313
endfunction
1414

0 commit comments

Comments
 (0)