On Wed, 26 Apr 2006 at 12:04pm, Gerald Lai wrote:
> On Wed, 26 Apr 2006, Hari Krishna Dara wrote:
>
> >
> > In Vim 6.3, hitting ^X in insert mode when the cursor is on the number:
> >
> > 08)
> >
> > produced:
> >
> > 03778)
> >
> > This is a bug which seems to be fixed in Vim 7.0f, but i
On Wed, 26 Apr 2006, Hari Krishna Dara wrote:
In Vim 6.3, hitting ^X in insert mode when the cursor is on the number:
08)
produced:
03778)
This is a bug which seems to be fixed in Vim 7.0f, but it doesn't work
right, as it now produces:
7)
instead of:
07)
If the string is say,
In Vim 6.3, hitting ^X in insert mode when the cursor is on the number:
08)
produced:
03778)
This is a bug which seems to be fixed in Vim 7.0f, but it doesn't work
right, as it now produces:
7)
instead of:
07)
If the string is say,
07)
both versions correctly produce,
06)
--
T