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:
>
> > >
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
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
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
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