ソースを参照

Qt Vim deserves some startup love too

Alejandro Exojo 11 年 前
コミット
fe5aa8f0ba
1 ファイル変更1 行追加1 行削除
  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]\=vim\=x\=\%[\.exe]$') |
+          \ if !argc() && (line2byte('$') == -1) && (v:progname =~? '^[gmq]\=vim\=x\=\%[\.exe]$') |
           \   call startify#insane_in_the_membrane() |
           \ endif |
           \ autocmd! startify VimEnter