repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d5c607374de9c91a797432d892836b2f6eb9f50c:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d5c607374de9c91a797432d892836b2f6eb9f50c
Author: Marc Lehmann 
Date:   Mon Jan 9 01:06:55 2006 +0000

    *** empty log message ***

diff --git a/src/perl/selection b/src/perl/selection
index b0c1faf22e8340740f3b05aa97bd344c7db11021..
index ..07f493950591b756aa5a248fb6a7c60852e17a26 100644
--- 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-----