aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-17 11:01:37 +0200
committerDrahflow <drahflow@gmx.de>2015-06-17 11:01:37 +0200
commitd1c9d2a83f1904485c7751a7e5691bfb7f1ade17 (patch)
tree8354f06e3cc1bbba90910bc71a813136c8053f80 /elymas/lib
parente7ca24617e1f3a38f5ae31a49e1f2fd67ddc9931 (diff)
Yet another performance increase
Diffstat (limited to 'elymas/lib')
-rw-r--r--elymas/lib/map.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/elymas/lib/map.ey b/elymas/lib/map.ey
index 536ad8a..99da4bd 100644
--- a/elymas/lib/map.ey
+++ b/elymas/lib/map.ey
@@ -11,7 +11,7 @@
{ =m m .v keys * }' "#itrans" defmd
{ =m m .v -01 .?' }' /has defmd
{ =m m .v ==v "#iclone" | * ==n v keys { _ v -01 . -01 n =[] } each n }' /clone defmd
- { < < { defv }' > ==v "#=[]" =* > } _ "#iclone" deffd
+ { < < { defv }' > ==v "#=[]" =* > }' _ "#iclone" deffd
> -- /map deffd
# vim: syn=elymas