Qt Vim deserves some startup love too
This commit is contained in:
parent
678df1e12c
commit
fe5aa8f0ba
|
@ -13,7 +13,7 @@ let g:loaded_startify = 1
|
|||
augroup startify
|
||||
if !get(g:, 'startify_disable_at_vimenter')
|
||||
autocmd VimEnter *
|
||||
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gm]\=vim\=x\=\%[\.exe]$') |
|
||||
\ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gmq]\=vim\=x\=\%[\.exe]$') |
|
||||
\ call startify#insane_in_the_membrane() |
|
||||
\ endif |
|
||||
\ autocmd! startify VimEnter
|
||||
|
|
Loading…
Reference in a new issue