Gary Johnson wrote:
> On 2013-03-16, Bram Moolenaar wrote:
> > Hayaki Saito wrote:
> >
> > > Hi, Bram
> > > I wrote a quick fix patch for this.
> > > I guess this patch does not fix the fundamental problem.
> > > In $TERM=ansi environment, the incomplete sequence "ESC [" seems to be >
> > > > registered at termcode map.
> >
> > Thanks for the fix, I'll include it.
> >
> > Hopefully you can think of a way to make this more robust.
>
> I discovered another problem with patch 7.3.859: when the
> CursorHold event is triggered shortly after startup, the intro
> message disappears.
>
> To demonstrate this, start vim like this:
>
> vim -N -u NONE --cmd 'autocmd CursorHold * if 0 | endif'
>
> In four seconds ('updatetime') the intro message will disappear.
>
> The "if 0 | endif" is just a command I chose that would have no
> effect on the intro message by itself.
>
> I noticed this behavior when I updated one of my vim installations
> from 7.3.646 to the latest, 7.3.874, to test Christian Brabandt's
> cedit patch. Shortly after starting the new version, the intro
> message disappeared. I tracked the problem down to the CursorHold
> autocommand in one of my plugins, but I've been using that plugin
> for years without this behavior. I then used the hg bisect command
> to determine the patch that introduced the behavior.
>
> $ hg bisect -g
> The first bad revision is:
> changeset: 4215:ecf21be84def
> tag: v7-3-859
> user: Bram Moolenaar <[email protected]>
> date: Wed Mar 13 19:29:28 2013 +0100
> summary: updated for version 7.3.859
>
> I looked briefly at the changeset (hg diff -c 4215) but nothing
> jumped out at me as being the cause.
The intro message disappearing because Vim is doing something is not all
that bad. The intro message should not get in the say of anything.
For me it often isn't there because of the termresponse changing the
number of colors, which triggers a redraw.
Anyway, if you do find a way to keep the intro message, that's nice.
--
hundred-and-one symptoms of being an internet addict:
87. Everyone you know asks why your phone line is always busy ...and
you tell them to send an e-mail.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.