Ver Fonte

Make startify work for 'vi' too

..due to popular demand. :)

Closes #79.
Marco Hinz há 11 anos atrás
pai
commit
abffc53f0b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      plugin/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -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]\=vimx\=\%[\.exe]$') |
+          \ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gm]\=vim\=x\=\%[\.exe]$') |
           \   call startify#insane_in_the_membrane() |
           \ endif |
           \ autocmd! startify VimEnter