From 142063a0390ce07458a0bbaa56ac6169723af75e Mon Sep 17 00:00:00 2001 From: lambdalisue Date: Fri, 19 Jun 2020 09:57:27 +0900 Subject: [PATCH] Load content after session load Fix #116 --- plugin/fern.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fern.vim b/plugin/fern.vim index 1e531815..abbe9a1f 100644 --- a/plugin/fern.vim +++ b/plugin/fern.vim @@ -29,4 +29,5 @@ endfunction augroup fern_internal autocmd! * autocmd BufReadCmd fern://* ++nested call s:BufReadCmd() + autocmd SessionLoadPost fern://* ++nested call s:BufReadCmd() augroup END