We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bufhidden=unload
1 parent 2cf57c6 commit 6343e73Copy full SHA for 6343e73
autoload/fern/internal/viewer.vim
@@ -46,7 +46,7 @@ function! s:init() abort
46
\ FernReveal
47
\ call fern#internal#command#reveal#command(<q-mods>, [<f-args>])
48
49
- setlocal buftype=nofile bufhidden=unload
+ setlocal buftype=nofile
50
setlocal noswapfile nobuflisted nomodifiable
51
setlocal signcolumn=yes
52
" The 'foldmethod=manual' is required to avoid the following issue
0 commit comments