Re: New :help v is inaccurate

2012-06-05 Fir de Conversatie Ingo Karkat
On 04-Jun-2012 09:17:48 -0700 (PDT), Ben Fritz wrote: [15 sentences deleted] However, I think this behavior is confusing, and there is a very small window of time in an editing session during which the new behavior can actually be used. Right, the change is miniscule, but I don't think the

Problem on multi-byte character display when typing mapped character on command-line.

2012-06-05 Fir de Conversatie Yukihiro Nakadaira
When typing mapped character, Vim shows partially matched character. On command-line, it causes multi-byte character display problem. Steps to reproduce: $ vim -u NONE -N :cnoremap aa Nop :cnoremap ab Nop :SOME_MULTI_BYTE_CHARACTER type multibyte character Then, move cursor on

Re: New :help v is inaccurate

2012-06-05 Fir de Conversatie Ben Fritz
On Tuesday, June 5, 2012 1:20:21 AM UTC-5, Ingo Karkat wrote: On 04-Jun-2012 09:17:48 -0700 (PDT), Ben Fritz wrote: However, I think this behavior is confusing, and there is a very small window of time in an editing session during which the new behavior can actually be used. Right, the

Re: precedes breaks cursor position.

2012-06-05 Fir de Conversatie Ben Fritz
On Monday, June 4, 2012 8:11:34 PM UTC-5, mattn wrote: set listchars=tab:-,trail:-,eol:\|,precedes: This occur with multi-byte characters that long text over width. http://go-gyazo.appspot.com/1f5faa5d80b6b1f9.png This occur windows/linux both in latest version of vim. So, is the

Re: New :help v is inaccurate

2012-06-05 Fir de Conversatie Ingo Karkat
On 05-Jun-2012 08:17:23 -0700 (PDT), Ben Fritz wrote: On Tuesday, June 5, 2012 1:20:21 AM UTC-5, Ingo Karkat wrote: [14 sentences deleted] I prefer the old behavior over the new. No arguments here. In fact, I would like to have a 1v variant that also applies the last selection to the

Re: | doesn't work as expected with :normal and virtualedit=all

2012-06-05 Fir de Conversatie glts
No responses so far, perhaps I was a little long-winded. I'm reporting on what I think is a bug in Vim 7.3. Basically, the | (go to screen column) command is ignored when it is used from the command line with :normal, and 'virtualedit' is set to all, and Visual block mode is entered immediately

Re: | doesn't work as expected with :normal and virtualedit=all

2012-06-05 Fir de Conversatie Ben Fritz
On Tuesday, June 5, 2012 1:14:28 PM UTC-5, glts wrote: No responses so far, perhaps I was a little long-winded. I'm reporting on what I think is a bug in Vim 7.3. Basically, the | (go to screen column) command is ignored when it is used from the command line with :normal, and 'virtualedit'

Re: precedes breaks cursor position.

2012-06-05 Fir de Conversatie mattn
I'll write a patch later. On Wednesday, June 6, 2012 12:22:43 AM UTC+9, Ben Fritz wrote: On Monday, June 4, 2012 8:11:34 PM UTC-5, mattn wrote: set listchars=tab:-,trail:-,eol:\|,precedes: This occur with multi-byte characters that long text over width.