Skip to content

Commit 83b2a30

Browse files
authored
Merge pull request #107 from ygrek/kak-typo
editors/kak: typo (Enclose vs Enlist)
2 parents f0e11cf + 8080869 commit 83b2a30

File tree

1 file changed

+2
-2
lines changed
  • editors/kak/autoload/filetype

1 file changed

+2
-2
lines changed

editors/kak/autoload/filetype/bqn.kak

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ map global bqn '}' ':exec i⊢<ret>' -docstring '⊢ Identity | Right'
8383
map global bqn 'z' ':exec i⥊<ret>' -docstring '⥊ Deshape | Reshape'
8484
map global bqn ',' ':exec i∾<ret>' -docstring '∾ Join | JoinTo'
8585
map global bqn '.' ':exec i≍<ret>' -docstring '≍ Solo | Couple'
86-
map global bqn 'Z' ':exec i⋈<ret>' -docstring 'Enclose | Pair'
86+
map global bqn 'Z' ':exec i⋈<ret>' -docstring 'Enlist | Pair'
8787
map global bqn 'r' ':exec i↑<ret>' -docstring '↑ Prefixes | Take'
8888
map global bqn 'c' ':exec i↓<ret>' -docstring '↓ Suffixes | Drop'
8989
map global bqn 'd' ':exec i↕<ret>' -docstring '↕ Range | Windows'
@@ -183,7 +183,7 @@ prompt command: -menu -shell-script-candidates %{ cat<<EOF
183183
⥊ \\z Deshape Reshape
184184
∾ \\, Join JoinTo
185185
≍ \\. Solo Couple
186-
⋈ \\Z Enclose Pair
186+
⋈ \\Z Enlist Pair
187187
↑ \\r Prefixes Take
188188
↓ \\c Suffixes Drop
189189
↕ \\d Range Windows

0 commit comments

Comments
 (0)