On 6 August 2012 02:52, Rob Pike <robp...@gmail.com> wrote: > .+0 goes from the end of the current value of dot to the end of the > line containing dot. > .-0 goes from the beginning of the line containing dot to the > beginning of the current value of dot.
Yes, this is what I thought. (But is different from what you initially wrote.) > I don't understand your second question. > > -rob This pertains to the example I gave: Having | asdfasdf asdfasdf asdfasdf asdfasdfa asfdsfasdf where | represents an empty dot at the beginning of a line (line as drawn in the editor), .+0 does nothing. According to what .+0 should do, I'd expect it should select the whole line. Thanks! Ruda