" Custom global plugin to display the Vim splash screen " even when started with one or more editfiles. " " Name: zzsplash.vim " Version: 0.1 " Maintainer: Tony Mechelynck = 501) && (buffer_name("") == "") finish endif " The VimEnter event was introduced in version 5.1 " Only define an autocommand if it is available if has("autocmd") && (version >= 501) augroup zzsplash au VimEnter * intro augroup END finish endif " come here only if the current Vim was compiled with -eval " or if it does not possess the VimEnter event. " In that case we haven't done anything yet. intro