Re: Bug in i_^X

2006-04-26 Thread Hari Krishna Dara
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

Re: Bug in i_^X

2006-04-26 Thread Gerald Lai
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,

Bug in i_^X

2006-04-26 Thread Hari Krishna Dara
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