Remove trailing space

This commit is contained in:
buffet 2021-09-24 09:47:30 +00:00
parent 55b4e84eac
commit 3bcae1fe80

View file

@ -16,7 +16,7 @@
(defn keymap [mode from to ?opts]
"Set a mapping in the given mode, and some optional parameters, defaulting to {:noremap true :silent true}.
If :buffer is set, uses buf_set_keymap rather than set_keymap"
(local full-opts
(local full-opts
(->> (or ?opts {})
(a.merge {:noremap true :silent true})
(without-keys [:buffer])))