Redraw screen after env hack
This commit is contained in:
parent
f610be1431
commit
193e0802ec
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue