Marco Hinz 8 лет назад
Родитель
Сommit
4f1cd14e94
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      autoload/startify.vim

+ 2 - 0
autoload/startify.vim

@@ -157,8 +157,10 @@ function! startify#insane_in_the_membrane() abort
   call cursor(b:startify.firstline, 5)
   call cursor(b:startify.firstline, 5)
   autocmd startify CursorMoved <buffer> call s:set_cursor()
   autocmd startify CursorMoved <buffer> call s:set_cursor()
 
 
+  silent! %foldopen!
   silent! file Startify
   silent! file Startify
   set filetype=startify readonly
   set filetype=startify readonly
+
   if exists('#User#Startified')
   if exists('#User#Startified')
     if v:version > 703 || v:version == 703 && has('patch442')
     if v:version > 703 || v:version == 703 && has('patch442')
       doautocmd <nomodeline> User Startified
       doautocmd <nomodeline> User Startified