Michael Henry schrieb:
> All,
>
> It appears that the output from :echo and :echomsg does not
> show up properly when used from the Command-line window
> while a QuickFix window is open.
>
> Steps to reproduce:
>
> - Startup Vim clean:
>
> vim -u NONE -N
>
> - Test regular :echo command:
>
> :echo "Hello"<CR>
>
> This works properly.
>
> - Open command-line window:
>
> q:
>
> - Cursor up to :echo "Hello", press Enter to execute.
>
> This works properly.
>
> - Open the QuickFix window:
>
> :copen<CR>
>
> - Re-open the Command-line window:
>
> q:
>
> - Cursor up to :echo "Hello", press Enter to execute.
>
> The expected output ("Hello") does not show up (or perhaps
> more likely, shows up but is subsequently erased, as my
> testing with :redir shows that "Hello" is actually written).
With 'equalalways' off, I don't see the problem.
:set noea
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---