summaryrefslogtreecommitdiff
path: root/doc/todo/pagespec_expansions.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-08 22:25:49 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-08 22:25:49 +0000
commitde6c5bd512fa2229c424784e58a7d9286fdb9377 (patch)
treefd0fae708e98cc4721b1cc7f2eeb219d712f79e6 /doc/todo/pagespec_expansions.mdwn
parent7b6063c6dd41da0100bc60b25ba86a82ec3eb207 (diff)
web commit by http://ethan.betacantrips.com/: last request
Diffstat (limited to 'doc/todo/pagespec_expansions.mdwn')
-rw-r--r--doc/todo/pagespec_expansions.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn
index 8f2363368..3e94ee214 100644
--- a/doc/todo/pagespec_expansions.mdwn
+++ b/doc/todo/pagespec_expansions.mdwn
@@ -133,3 +133,17 @@ and you can see it work at
>> Cool! I haven't played with it yet, but looking over the patch, I see that
>> you added another parameter to match_glob, which is an approach that didn't
>> occur to me. I like it, it's more flexible. --Ethan
+
+One last thing -- could you either change:
+
+ $from=~s!/?[^/]+$!!;
+
+to
+
+ $from=~s!/?[^/]*$!!;
+
+Or could you put in:
+
+ $glob =~ s!//!/!g;
+
+somewhere? Or should I just add this to my index patch? --Ethan \ No newline at end of file