Clean up VimEnter autocmd

This commit is contained in:
Marco Hinz 2013-08-05 00:15:27 +02:00
parent 516a92060e
commit 32c62857c9

View file

@ -9,8 +9,7 @@ endif
let g:loaded_startify = 1
augroup startify
autocmd!
autocmd startify VimEnter *
autocmd VimEnter *
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gm]\=vim\%[\.exe]$') |
\ call startify#insane_in_the_membrane() |
\ endif |