Ver Fonte

Redraw screen after env hack

Marco Hinz há 9 anos atrás
pai
commit
193e0802ec
1 ficheiros alterados com 1 adições e 0 exclusões
  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