Re: Regression: After startup, first message output is swallowed.

2013-07-05 Fir de Conversatie Lech Lorens
On 03-Jul-2013 Bram Moolenaar b...@moolenaar.net wrote: There is something weird going on: The terminal uses Esc[1;2R both for function key 3 shifted and for the cursor position report. So what happens is that for the 'ambiwidth' option to be set automatically it requests the cursor

Re: Regression: After startup, first message output is swallowed.

2013-07-03 Fir de Conversatie Lech Lorens
On 02-Jul-2013 Manuel Ortega mannyvim...@gmail.com wrote: On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu.kuriy...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of which is 7.3 and looks no patch applied, not linked against X11, works well. This

Re: Regression: After startup, first message output is swallowed.

2013-07-03 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: On 02-Jul-2013 Manuel Ortega mannyvim...@gmail.com wrote: On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu.kuriy...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of which is 7.3 and looks no patch applied, not linked

Re: Regression: After startup, first message output is swallowed.

2013-07-03 Fir de Conversatie Ingo Karkat
On 02-Jul-2013 23:16 +0200, Bram Moolenaar wrote: Hirohito Higashi wrote: Hi, Manuel and Vimmers. 2013/7/3(Wed) 0:27:51 UTC+9 Manuel Ortega: On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Ingo Karkat
On 01-Jul-2013 23:29 +0200, Christian Brabandt wrote: On Mon, July 1, 2013 17:45, Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Christian Brabandt
On Tue, July 2, 2013 09:26, Ingo Karkat wrote: Correct, this doesn't happen in GVIM, and also doesn't happen in the Windows console version, only in a Linux terminal. What is your terminal, your $TERM variable and what does vim set the term option to? As I said, I don't see it neither on

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Kazunobu Kuriyama
On Jul 2, 2013, at 6:29 AM, Christian Brabandt cbli...@256bit.org wrote: On Mon, July 1, 2013 17:45, Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Ingo Karkat
On 02-Jul-2013 09:41 +0200, Christian Brabandt wrote: On Tue, July 2, 2013 09:26, Ingo Karkat wrote: Correct, this doesn't happen in GVIM, and also doesn't happen in the Windows console version, only in a Linux terminal. What is your terminal, your $TERM variable and what does vim set the

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Manuel Ortega
On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu.kuriy...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of which is 7.3 and looks no patch applied, not linked against X11, works well. This suggests that the early patch-levels of 7.3 are free from this

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie h_east
Hi, Manuel and Vimmers. 2013/7/3(Wed) 0:27:51 UTC+9 Manuel Ortega: On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of which is 7.3 and looks no patch applied, not linked against X11, works well.  

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mon, July 1, 2013 17:45, Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible, the

Re: Regression: After startup, first message output is swallowed.

2013-07-02 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: Hi, Manuel and Vimmers. 2013/7/3(Wed) 0:27:51 UTC+9 Manuel Ortega: On Tue, Jul 2, 2013 at 3:44 AM, Kazunobu Kuriyama kazunobu...@nifty.com wrote: That said, the vim shipped with MacOS X 10.8.4, the version of which is 7.3 and looks no patch applied, not

Regression: After startup, first message output is swallowed.

2013-07-01 Fir de Conversatie Ingo Karkat
Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible, the command-line shows foo. This happens with any command that echoes a single line, e.g. also with

Re: Regression: After startup, first message output is swallowed.

2013-07-01 Fir de Conversatie Manuel Ortega
On Mon, Jul 1, 2013 at 11:45 AM, Ingo Karkat sw...@ingo-karkat.de wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible, the command-line

Re: Regression: After startup, first message output is swallowed.

2013-07-01 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible, the command-line shows foo. This happens with any command that

Re: Regression: After startup, first message output is swallowed.

2013-07-01 Fir de Conversatie tooth pik
On Mon, Jul 01, 2013 at 10:03:19PM +0200, Bram Moolenaar wrote: Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible,

Re: Regression: After startup, first message output is swallowed.

2013-07-01 Fir de Conversatie Christian Brabandt
On Mon, July 1, 2013 17:45, Ingo Karkat wrote: Hello Vim developers, I noticed a regression: $ vim -N -u NONE :echo foo The intro message is cleared, the (now empty) UI does not show foo. Expected behavior: The intro message stays visible, the command-line shows foo. This happens with