diff options
| author | Omar Rizwan <omar@omar.website> | 2022-12-15 05:59:28 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-12-15 05:59:28 +0000 |
| commit | 1016b671819f880ef4411bba22902dc06efed0f7 (patch) | |
| tree | 554bbedaf169844d8e2591e1cd4519016f7094cf /virtual-programs | |
| parent | Multilabel???? (diff) | |
| download | folk-1016b671819f880ef4411bba22902dc06efed0f7.tar.gz folk-1016b671819f880ef4411bba22902dc06efed0f7.zip | |
Fix finalization of collected matches
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/with-all.folk | 2 |
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} }] } |
