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:
Michael Henry wrote:
> >> 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.
> >>
> [...]
>
> > If you use:
> > :echo "hello\nthere"
> >
> > You get the hit-enter prompt before r
Bram Moolenaar wrote:
> Michael Henry wrote:
>
>
>> 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.
>>
[...]
> If you use:
> :echo "hello\nthere"
>
> You get the hit-enter prom
Michael Henry wrote:
> 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:
>
> :
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"
This works properly.
- Op