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.46 by root, Mon Nov 19 09:29:46 2007 UTC vs.
Revision 1.47 by root, Mon Nov 19 09:29:55 2007 UTC

43 qr{ (?<![^[:space:]]) ` ([^`']+) ' (?![^[:space:]]) }x, 43 qr{ (?<![^[:space:]]) ` ([^`']+) ' (?![^[:space:]]) }x,
44 44
45 qr{ (?<![^[:space:]]) ‘ ([^`']+) ’ (?![^[:space:]]) }x, 45 qr{ (?<![^[:space:]]) ‘ ([^`']+) ’ (?![^[:space:]]) }x,
46 qr{ (?<![^[:space:]]) “ ([^`']+) ” (?![^[:space:]]) }x, 46 qr{ (?<![^[:space:]]) “ ([^`']+) ” (?![^[:space:]]) }x,
47 47
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines