Yue Wu wrote:
> On Sat, 21 Mar 2009 11:51:25 +0800, Yue Wu <[email protected]> wrote:
>
>   
>> 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?
>>
>>     
>
> Is it impossible?
>
>   

Try
  :set cmdheight=2

Regards,
Chip Campbell


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

Reply via email to