ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/selection
(Generate patch)

Comparing rxvt-unicode/src/perl/selection (file contents):
Revision 1.45 by root, Mon Nov 19 09:27:13 2007 UTC vs.
Revision 1.46 by root, Mon Nov 19 09:29:46 2007 UTC

48 qr{ (?<![^[:space:]]) (' [^[:space:]] [^']* ') }x, 48 qr{ (?<![^[:space:]]) (' [^[:space:]] [^']* ') }x,
49 qr{ (' [^']* [^[:space:]] ') (?![^[:space:]]) }x, 49 qr{ (' [^']* [^[:space:]] ') (?![^[:space:]]) }x,
50 qr{ (?<![^[:space:]]) (" [^[:space:]] [^"]* ") }x, 50 qr{ (?<![^[:space:]]) (" [^[:space:]] [^"]* ") }x,
51 qr{ (" [^"]* [^[:space:]] ") (?![^[:space:]]) }x, 51 qr{ (" [^"]* [^[:space:]] ") (?![^[:space:]]) }x,
52 52
53 qr{ \< ([^>]+) \> }x, 53 qr{ \< ([^\>]+) \> }x,
54 qr{ \( ([^)]+) \) }x, 54 qr{ \( ([^\)]+) \) }x,
55 qr{ \{ ([^}]+) \} }x, 55 qr{ \{ ([^\}]+) \} }x,
56 qr{ \[ ([^\]]+) \] }x, 56 qr{ \[ ([^\]]+) \] }x,
57 57
58 # urls, just a heuristic 58 # urls, just a heuristic
59 qr{( 59 qr{(
60 (?:https?://|ftp://|news://|mailto:|file://|\bwww\.)[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),~#]+ 60 (?:https?://|ftp://|news://|mailto:|file://|\bwww\.)[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),~#]+

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines