Skip to content

Commit

Permalink
fix(keymap): insert missing ?api-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
aileot committed Nov 16, 2022
1 parent eb30231 commit 7d1e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnl/nvim-laurel/macros.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
:replace_keycodes
:literal]))
[extra-opts lhs raw-rhs ?api-opts] (if-not ?extra-opts
[{} a1 a2]
[{} a1 a2 ?a3]
(sequence? a1)
[?extra-opts a2 ?a3 ?a4]
[?extra-opts a1 ?a3 ?a4])
Expand Down

0 comments on commit 7d1e954

Please sign in to comment.