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.11 by root, Wed Jan 4 20:43:38 2006 UTC vs.
Revision 1.12 by root, Thu Jan 5 01:07:31 2006 UTC

10} 10}
11 11
12my @patterns = ( 12my @patterns = (
13 # urls, just a heuristic 13 # urls, just a heuristic
14 qr{( 14 qr{(
15 (?:https?|ftp|news|mailto|file)://[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),]+ 15 (?:https?|ftp|news|mailto|file)://[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),~]+
16 [^.] # do not include a trailing dot, its wrong too often 16 [ab-zA-Z0-9\-\@;\/?:&=%\$_+!*\x27(),~] # do not include a trailing dot, its wrong too often
17 )}x, 17 )}x,
18 18
19 # shell-like argument quoting 19 # shell-like argument quoting
20 qr{\G [\ \t|&;<>()] *( 20 qr{\G [\ \t|&;<>()] *(
21 (?: 21 (?:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines