Re: `> visual selection -- inconsistent?

2006-04-30 Thread Benji Fisher
On Sun, Apr 30, 2006 at 08:36:14AM -0600, Eric Arnold wrote: > On 4/30/06, Benji Fisher <[EMAIL PROTECTED]> wrote: > >On Sat, Apr 29, 2006 at 04:11:21PM -0600, Eric Arnold wrote: > >> >> :set selection=exclusive > >> >> > >> >> Use this text: > >> >> > >> >> 123456 > >> >> 2abcde > >> >> 3abcde > >

Re: `> visual selection -- inconsistent?

2006-04-30 Thread Eric Arnold
On 4/30/06, Benji Fisher <[EMAIL PROTECTED]> wrote: On Sat, Apr 29, 2006 at 04:11:21PM -0600, Eric Arnold wrote: > >> :set selection=exclusive > >> > >> Use this text: > >> > >> 123456 > >> 2abcde > >> 3abcde > >> 4abcde > >> 5abcde > >> > >> Go to line 4, col 2. Hit ^V or (^Q whichever works).

Re: `> visual selection -- inconsistent?

2006-04-30 Thread Benji Fisher
On Sat, Apr 29, 2006 at 04:11:21PM -0600, Eric Arnold wrote: > >> :set selection=exclusive > >> > >> Use this text: > >> > >> 123456 > >> 2abcde > >> 3abcde > >> 4abcde > >> 5abcde > >> > >> Go to line 4, col 2. Hit ^V or (^Q whichever works). Type kkll > >> until you've highlighted > >> abc > >>

Re: `> visual selection -- inconsistent?

2006-04-29 Thread Eric Arnold
On 4/29/06, Benji Fisher <[EMAIL PROTECTED]> wrote: On Sat, Apr 29, 2006 at 12:03:12AM -0600, Eric Arnold wrote: > :set selection=exclusive > > Use this text: > > 123456 > 2abcde > 3abcde > 4abcde > 5abcde > > Go to line 4, col 2. Hit ^V or (^Q whichever works). Type kkll > until you've highlig

Re: `> visual selection -- inconsistent?

2006-04-29 Thread Benji Fisher
On Sat, Apr 29, 2006 at 12:03:12AM -0600, Eric Arnold wrote: > :set selection=exclusive > > Use this text: > > 123456 > 2abcde > 3abcde > 4abcde > 5abcde > > Go to line 4, col 2. Hit ^V or (^Q whichever works). Type kkll > until you've highlighted > abc > abc > abc > > Type > > For me, now

Re: `> visual selection -- inconsistent?

2006-04-28 Thread Eric Arnold
On 4/28/06, Gerald Lai <[EMAIL PROTECTED]> wrote: On Fri, 28 Apr 2006, Eric Arnold wrote: > On 4/28/06, Eric Arnold <[EMAIL PROTECTED]> wrote: >> The end of the visual selection as gotten by`> seems to depend >> on whether the cursor was between the end_col - 1, and end_col, or >> betwee

Re: `> visual selection -- inconsistent?

2006-04-28 Thread Gerald Lai
On Fri, 28 Apr 2006, Eric Arnold wrote: On 4/28/06, Eric Arnold <[EMAIL PROTECTED]> wrote: The end of the visual selection as gotten by`> seems to depend on whether the cursor was between the end_col - 1, and end_col, or between end_col, and end_col + 1. The GUI gvim seems to have the

Re: `> visual selection -- inconsistent?

2006-04-27 Thread Eric Arnold
On 4/28/06, Eric Arnold <[EMAIL PROTECTED]> wrote: > The end of the visual selection as gotten by`> seems to depend > on whether the cursor was between the end_col - 1, and end_col, or > between end_col, and end_col + 1. The GUI gvim seems to have the > notion of the the cursor being betwe