From 4f1cd14e9488c871adf412686e5a8b80f6e0e4b7 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 24 Jan 2018 16:29:33 +0100 Subject: [PATCH] Open all folds Fixes #300. --- autoload/startify.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index ac49328..b4e41da 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -157,8 +157,10 @@ function! startify#insane_in_the_membrane() abort call cursor(b:startify.firstline, 5) autocmd startify CursorMoved call s:set_cursor() + silent! %foldopen! silent! file Startify set filetype=startify readonly + if exists('#User#Startified') if v:version > 703 || v:version == 703 && has('patch442') doautocmd User Startified