> As you remarked, the message appears, but it gets overwritten. However,
> you can get it back by means of the |:messages| command.

Actually, that doesn't seem to work for this particular message (in
vim or gvim).

> One possible way to make messages "stay longer" at the bottom of the Vim
> screen is to add the following snippet to your vimrc:
> if &cmdheight < 2
>        set cmdheight=2
> endif

The message still disappears as soon as vim starts up.

> Try adding "set laststatus=2" to your _vimrc file. This will force display
> of the status line in every window.

I'm already using "set laststatus=2", and it doesn't seem to affect
this problem.

Thanks for all your suggestions. This is a really weird problem...

Ben

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

Reply via email to