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

@ -33,8 +33,7 @@ endif
if exists('g:startify_custom_footer')
autocmd startify User Startified
\ execute 'syntax region StartifyFooter start=/\%'. (startify#get_lastline() + 1) .'l/ end=/*/' |
\ autocmd! startify User
\ execute 'syntax region StartifyFooter start=/\%'. (startify#get_lastline() + 1) .'l/ end=/*/'
endif
highlight default link StartifyBracket Delimiter