Open all folds

Fixes #300.
This commit is contained in:
Marco Hinz 2018-01-24 16:29:33 +01:00
parent fbcba230e9
commit 4f1cd14e94
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -157,8 +157,10 @@ function! startify#insane_in_the_membrane() abort
call cursor(b:startify.firstline, 5)
autocmd startify CursorMoved <buffer> 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 <nomodeline> User Startified