Skip to content

Commit 6343e73

Browse files
committed
Do NOT set bufhidden=unload
Let users decide whether to set `hidden` or not. Close #510
1 parent 2cf57c6 commit 6343e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fern/internal/viewer.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function! s:init() abort
4646
\ FernReveal
4747
\ call fern#internal#command#reveal#command(<q-mods>, [<f-args>])
4848

49-
setlocal buftype=nofile bufhidden=unload
49+
setlocal buftype=nofile
5050
setlocal noswapfile nobuflisted nomodifiable
5151
setlocal signcolumn=yes
5252
" The 'foldmethod=manual' is required to avoid the following issue

0 commit comments

Comments
 (0)