parent
832c0a65b1
commit
aea086205c
3 changed files with 10 additions and 9 deletions
|
@ -12,9 +12,13 @@ let g:loaded_startify = 1
|
|||
|
||||
augroup startify
|
||||
if !get(g:, 'startify_disable_at_vimenter')
|
||||
autocmd VimEnter *
|
||||
autocmd VimEnter * nested
|
||||
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gmnq]\=vim\=x\=\%[\.exe]$')
|
||||
\ | call startify#insane_in_the_membrane()
|
||||
\ | if get(g:, 'startify_session_autoload') && filereadable('Session.vim')
|
||||
\ | source Session.vim
|
||||
\ | else
|
||||
\ | call startify#insane_in_the_membrane()
|
||||
\ | endif
|
||||
\ | endif
|
||||
\ | autocmd! startify VimEnter
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue