Trigger User autocmd for people to hook into

References #107.
This commit is contained in:
Marco Hinz 2014-09-11 17:50:01 +02:00
parent b92a8f1b51
commit 1a5586e0da
3 changed files with 11 additions and 3 deletions

View file

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