Redraw screen after env hack
This commit is contained in:
parent
f610be1431
commit
193e0802ec
|
@ -802,6 +802,7 @@ function! s:init_env()
|
||||||
redir => s
|
redir => s
|
||||||
silent! execute "norm!:ec$\<c-a>'\<c-b>\<right>\<right>\<del>'\<cr>"
|
silent! execute "norm!:ec$\<c-a>'\<c-b>\<right>\<right>\<del>'\<cr>"
|
||||||
redir END
|
redir END
|
||||||
|
redraw
|
||||||
return split(s)
|
return split(s)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue