aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/autoload
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-02 21:53:47 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-02 22:03:41 -0400
commit7c00f3d8cebd01591dbb913b084d8494d42a2dd2 (patch)
tree977391180e8539eda08d028ecfa0bc665251d072 /editors/vim/autoload
parentf28b37aa309ae88efb2cedda228af3ca8ce114a0 (diff)
Add constant 1-modifier Λ™
Diffstat (limited to 'editors/vim/autoload')
-rw-r--r--editors/vim/autoload/bqn.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/autoload/bqn.txt b/editors/vim/autoload/bqn.txt
index ee70b684..27fb10bf 100644
--- a/editors/vim/autoload/bqn.txt
+++ b/editors/vim/autoload/bqn.txt
@@ -69,6 +69,7 @@
⍷ Deduplicate ; Find
βŠ” Group Indices ; Group
! Assert ; Assert with message
+Λ™ Constant | {𝕩⋄𝕗} | Return a function that returns the operand
˜ Self/Swap | {π•©π”½π•¨βŠ£π•©} | Duplicate one argument or exchange two
∘ Atop | {𝔽𝕨𝔾𝕩} | Apply 𝔾 to both arguments and 𝔽 to the result
β—‹ Over | {(𝔾𝕨)𝔽𝔾𝕩} | Apply 𝔾 to each argument and 𝔽 to the results