In my situation, I did not setup vertically splitting.
Need further conditions to redraw it with CLEAR?
You are right, there is a way to solve the problem.
My workaround is make the function return multi line value.
function! TestEcho()
let v = winsaveview()
try
return "foobar\n"
finally
call winrestview(v)
endtry
endfunction
When the return value contains more than 1 line, it can be displayed on the
status line.
The side effect is the annoying "Press ENTER or type command to continue"
popup too.
--
--
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.