Browse Source

Redraw screen after env hack

Marco Hinz 9 years ago
parent
commit
193e0802ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -802,6 +802,7 @@ function! s:init_env()
     redir => s
       silent! execute "norm!:ec$\<c-a>'\<c-b>\<right>\<right>\<del>'\<cr>"
     redir END
+    redraw
     return split(s)
   endfunction