Re: :echo is not working under certain conditions

2012-11-16 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 25 Okt 2012, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > On Fri, September 28, 2012 16:04, Marco Hinz wrote: > > > Hello! > > > > > > A member of #vim has experienced a weird behaviour while Vim > > > scripting. Under certain conditions :echo would only print one l

Re: :echo is not working under certain conditions

2012-10-24 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Fri, September 28, 2012 16:04, Marco Hinz wrote: > > Hello! > > > > A member of #vim has experienced a weird behaviour while Vim > > scripting. Under certain conditions :echo would only print one line at > > max. Thus neither 2x echo nor 1x echo containing a \n woul

Re: :echo is not working under certain conditions

2012-10-23 Fir de Conversatie Christian Brabandt
On Fri, September 28, 2012 16:04, Marco Hinz wrote: > Hello! > > A member of #vim has experienced a weird behaviour while Vim > scripting. Under certain conditions :echo would only print one line at > max. Thus neither 2x echo nor 1x echo containing a \n would work. > > > Conditions: > > 1) the :ec

:echo is not working under certain conditions

2012-09-28 Fir de Conversatie Marco Hinz
Hello! A member of #vim has experienced a weird behaviour while Vim scripting. Under certain conditions :echo would only print one line at max. Thus neither 2x echo nor 1x echo containing a \n would work. Conditions: 1) the :echo's are wrapped in an if/endif block 2) the if/endif block is the