Redraw screen after env hack

This commit is contained in:
Marco Hinz 2016-03-07 15:57:53 +01:00
parent f610be1431
commit 193e0802ec

View file

@ -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