I have a func:

func Hi()
  echo "hi"
  return ""
endfunc

When I invoke it in insert mode by

     <C-R>=Hi()<CR>

the echo will go away immidiately after call the func as there isn't such
an echo, how can I prevent its goaway and remain in the screen's bottom
line after call the func?

-- 
Regards,
Van.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to