Re: Minor highlight problem with blockwise visual selection

2006-11-29 Thread Guopeng Wen
Bram Moolenaar wrote: Guopeng Wen wrote: I found that vim could highlight text incorrectly in blockwise visual selection when the selection in performed in reversed order. The problem can be replicated like this: 1. Start vim without loading anything (follows Gary's instruction): vim

Re: Why vta doesn't work when a is one character away?

2006-11-29 Thread Fan Decheng
A.J.Mechelynck wrote: Bill McCarthy wrote: On Mon 27-Nov-06 9:39pm -0600, A.J.Mechelynck wrote: [EMAIL PROTECTED] wrote: For example, the word Cat When the cursor is on C, and I press vta, the cursor doesn't move. However, if I press vtt, it moves two characters to the right. Is this an

RE: Debugging errorformat strings

2006-11-29 Thread Eggum, DavidX S
Hugh, Vim will use the first matching pattern in your efm, so put the more specific patterns at the beginning, the more general patterns at the end. So try putting the new lines at the front of the efm: \%E%f:%l:\ multiple\ definitions\ of\ %m, \%Z%*\\s:%f:%l:\ first\ defined\

RE: Debugging errorformat strings

2006-11-29 Thread Hugh Sasse
On Wed, 29 Nov 2006, Eggum, DavidX S wrote: Hugh, Vim will use the first matching pattern in your efm, so put the more specific patterns at the beginning, the more general patterns at the end. So try putting the new lines at the front of the efm: OK, so how does that interact with