Skip to content

Commit f3a8d53

Browse files
authored
Merge pull request #117 from lambdalisue/fix-session
Load content after session load
2 parents b5b8a07 + 142063a commit f3a8d53

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)