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.17 by root, Sun Jan 8 05:50:27 2006 UTC vs.
Revision 1.18 by root, Mon Jan 9 01:06:55 2006 UTC

16 (?:https?|ftp|news|mailto|file)://[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),~]+ 16 (?:https?|ftp|news|mailto|file)://[ab-zA-Z0-9\-\@;\/?:&=%\$_.+!*\x27(),~]+
17 [ab-zA-Z0-9\-\@;\/?:&=%\$_+!*\x27(),~] # do not include a trailing dot, its wrong too often 17 [ab-zA-Z0-9\-\@;\/?:&=%\$_+!*\x27(),~] # do not include a trailing dot, its wrong too often
18 )}x, 18 )}x,
19 19
20 # common "parentheses" 20 # common "parentheses"
21 qr{(?:^|\s) ‘ ([^‘’]+?) ’ (?:\s|$)}x, 21 qr{(?:^|\s) ‘ ([^‘’]+?) ’ (?:\s|\)|$)}x,
22 qr{(?:^|\s) ` ([^`']+?) ' (?:\s|$)}x, 22 qr{(?:^|\s) ` ([^`']+?) ' (?:\s|\)|$)}x,
23 qr{ \{ ([^{}]+?) \} }x, 23 qr{ \{ ([^{}]+?) \} }x,
24 qr{ \[ ([^{}]+?) \] }x, 24 qr{ \[ ([^{}]+?) \] }x,
25 25
26 # shell-like argument quoting, basically always matches 26 # shell-like argument quoting, basically always matches
27 qr{\G [\ \t|&;<>()] *( 27 qr{\G [\ \t|&;<>()] *(
28 (?: 28 (?:
29 [^\\"'\ \t|&;<>()]+ 29 [^\\"'\ \t|&;<>()]+

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines