summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-12-15 05:59:28 +0000
committerOmar Rizwan <omar@omar.website>2022-12-15 05:59:28 +0000
commit1016b671819f880ef4411bba22902dc06efed0f7 (patch)
tree554bbedaf169844d8e2591e1cd4519016f7094cf /virtual-programs
parentMultilabel???? (diff)
downloadfolk-1016b671819f880ef4411bba22902dc06efed0f7.tar.gz
folk-1016b671819f880ef4411bba22902dc06efed0f7.zip
Fix finalization of collected matches
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/with-all.folk2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual-programs/with-all.folk b/virtual-programs/with-all.folk
index 8d3736fb..684a225f 100644
--- a/virtual-programs/with-all.folk
+++ b/virtual-programs/with-all.folk
@@ -19,7 +19,7 @@ When /someone/ wishes to collect matches for /clause/ {
::updateCollectedMatches $clause
On unmatch [subst {
- dict unset ::collectedMatches {$clause} {$__env}
+ dict unset ::collectedMatches {$clause} {$match}
::updateCollectedMatches {$clause}
}]
}