repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d5c607374de9c91a797432d892836b2f6eb9f50c: path_to: revision_to:
commit d5c607374de9c91a797432d892836b2f6eb9f50c Author: Marc LehmannDate: Mon Jan 9 01:06:55 2006 +0000 *** empty log message *** diff --git a/src/perl/selection b/src/perl/selection
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -18,10 +18,10 @@ my @mark_patterns = (
)}x,
# common "parentheses"
- qr{(?:^|\s) ‘ ([^‘’]+?) ’ (?:\s|$)}x,
- qr{(?:^|\s) ` ([^`']+?) ' (?:\s|$)}x,
- qr{ \{ ([^{}]+?) \} }x,
- qr{ \[ ([^{}]+?) \] }x,
+ qr{(?:^|\s) ‘ ([^‘’]+?) ’ (?:\s|\)|$)}x,
+ qr{(?:^|\s) ` ([^`']+?) ' (?:\s|\)|$)}x,
+ qr{ \{ ([^{}]+?) \} }x,
+ qr{ \[ ([^{}]+?) \] }x,
# shell-like argument quoting, basically always matches
qr{\G [\ \t|&;<>()] *(
-----END OF PAGE-----