Re: Operator-pending mappings don't remember last count when being repeated

2014-01-29 Fir de Conversatie Christian Wellenbrock
On Wednesday, January 29, 2014 9:27:32 PM UTC+1, Christian Brabandt wrote: > On Mi, 29 Jan 2014, Christian Wellenbrock wrote: > > > > > On Wednesday, January 29, 2014 3:51:25 PM UTC+1, glts wrote: > > > > On Wed, Jan 29, 2014 at 1:09 PM, Christian Wellenbrock > > > > > > > > wrote: > > > >

Re: Operator-pending mappings don't remember last count when being repeated

2014-01-29 Fir de Conversatie Christian Brabandt
On Mi, 29 Jan 2014, Christian Wellenbrock wrote: > On Wednesday, January 29, 2014 3:51:25 PM UTC+1, glts wrote: > > On Wed, Jan 29, 2014 at 1:09 PM, Christian Wellenbrock > > > > wrote: > > > > > Here is a small example to illustrate the issue: echo 123456789 | > > > vim - +":omap a0 :execute

Re: Operator-pending mappings don't remember last count when being repeated

2014-01-29 Fir de Conversatie Christian Wellenbrock
On Wednesday, January 29, 2014 3:51:25 PM UTC+1, glts wrote: > On Wed, Jan 29, 2014 at 1:09 PM, Christian Wellenbrock > > wrote: > > > Here is a small example to illustrate the issue: > > > > > > echo 123456789 | vim - +":omap a0 :execute 'norm > > 0v'.v:count1.'lh'" > > > > > > This in

Re: Operator-pending mappings don't remember last count when being repeated

2014-01-29 Fir de Conversatie glts
On Wed, Jan 29, 2014 at 1:09 PM, Christian Wellenbrock wrote: > Here is a small example to illustrate the issue: > > echo 123456789 | vim - +":omap a0 :execute 'norm > 0v'.v:count1.'lh'" > > This invocation puts the string "123456789" into a new buffer and creates an > operator-pending mappin

Operator-pending mappings don't remember last count when being repeated

2014-01-29 Fir de Conversatie Christian Wellenbrock
Here is a small example to illustrate the issue: echo 123456789 | vim - +":omap a0 :execute 'norm 0v'.v:count1.'lh'" This invocation puts the string "123456789" into a new buffer and creates an operator-pending mapping `a0` that selects the first characters of the current line for the pending