Re: Bug: :echo output missing with QuickFix and Command-line windows

2008-11-02 Fir de Conversatie Andy Wokula
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:

Re: Bug: :echo output missing with QuickFix and Command-line windows

2008-11-02 Fir de Conversatie Bram Moolenaar
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

Re: Bug: :echo output missing with QuickFix and Command-line windows

2008-11-02 Fir de Conversatie Michael Henry
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

Re: Bug: :echo output missing with QuickFix and Command-line windows

2008-11-01 Fir de Conversatie Bram Moolenaar
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: > > :

Bug: :echo output missing with QuickFix and Command-line windows

2008-11-01 Fir de Conversatie Michael Henry
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