On Mon, Nov 07, 2005 at 02:47:05PM -0600, Patrick R. Michaud wrote:
: > : But for the :w issue, we can always solve it with the colon:
: > : 
: > :     \d:065     = A digit (cut) followed by "065"
: > 
: > That doesn't extend to \d:woot, of course...
: 
: It doesn't?  I mean, isn't that a digit followed by "woot"?

No, it's a digit followed by ":woot".  Adverbs aren't currently
restricted to being at the front of a sequence.  I think a backtracking
colon can't have an alphanumeric right after it or it's taken as
an adverb.

We *could* restrict adverbs to the front.  Would have to think about
the ramifications of that though...

Larry

Reply via email to