Skip to content

Commit 142063a

Browse files
committed
Load content after session load
Fix #116
1 parent b5b8a07 commit 142063a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/fern.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ endfunction
2929
augroup fern_internal
3030
autocmd! *
3131
autocmd BufReadCmd fern://* ++nested call s:BufReadCmd()
32+
autocmd SessionLoadPost fern://* ++nested call s:BufReadCmd()
3233
augroup END

0 commit comments

Comments
 (0)