Skip to content

Commit 03f4382

Browse files
committed
♻️ Add the process to delete buffer
1 parent 45b72c4 commit 03f4382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/fern_hijack.vim

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

0 commit comments

Comments
 (0)