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.44 by root, Mon Nov 19 09:27:08 2007 UTC vs.
Revision 1.45 by root, Mon Nov 19 09:27:13 2007 UTC

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(),~#]+
61 [ab-zA-Z0-9\-\@;\/?:&=%\$_+*()~] # exclude some trailing characters (heuristic) 61 [ab-zA-Z0-9\-\@;\/?:&=%\$_+*()~] # exclude some trailing characters (heuristic)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines