Ah!  Ok, yes, I had missed that.  Thanks, this is exactly what I wanted.

Dave


On Mon, 5 Aug 2002, Stephen Rawls wrote:

>  >> Doesn't the :w option do that?
>  >> :w/one two/ translates to /one \s+ two/
>
>  >Not exactly. The regex you showed would match any of these (using
> underscores for
>  >spaces for clarity):
>  >"one_two", "one__two", "one______________________two"
>
> Ah, ok.  This is from Synopsis 5, this should be what you want:
>
> A leading ' indicates an interpolated literal match (including whitespace):
>      / <'match this exactly (whitespace matters)'> /
>
> cheers,
> Stephen Rawls
>
>

Reply via email to