Avoid error when no footer is set

Closes #46.
This commit is contained in:
Marco Hinz 2013-09-06 21:56:52 +02:00
parent 9e6b819936
commit b47853f09d

View file

@ -113,7 +113,7 @@ function! startify#insane_in_the_membrane() abort
1
call cursor((s:show_special ? 4 : 2) + s:headoff, 5)
doautocmd <nomodeline> startify User
silent! doautocmd <nomodeline> startify User
endfunction
" Function: #session_load {{{1