mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
but how to pass arbitrary chars to the config
This commit is contained in:
parent
f485a068a8
commit
19ed6a24b8
11 changed files with 627 additions and 644 deletions
|
|
@ -18,7 +18,7 @@ impl EdnKeymap {
|
|||
for item in self.0.iter() {
|
||||
if let Exp(items) = item {
|
||||
match items.as_slice() {
|
||||
[Key(a), b, c @ ..] => if input.matches(a.as_str()) {
|
||||
[Sym(a), b, c @ ..] => if input.matches(a.as_str()) {
|
||||
return Some(E::from_edn(state, &b.to_ref(), c))
|
||||
},
|
||||
_ => unreachable!()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue