Remove trailing space
This commit is contained in:
parent
55b4e84eac
commit
3bcae1fe80
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
(defn keymap [mode from to ?opts]
|
(defn keymap [mode from to ?opts]
|
||||||
"Set a mapping in the given mode, and some optional parameters, defaulting to {:noremap true :silent true}.
|
"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"
|
If :buffer is set, uses buf_set_keymap rather than set_keymap"
|
||||||
(local full-opts
|
(local full-opts
|
||||||
(->> (or ?opts {})
|
(->> (or ?opts {})
|
||||||
(a.merge {:noremap true :silent true})
|
(a.merge {:noremap true :silent true})
|
||||||
(without-keys [:buffer])))
|
(without-keys [:buffer])))
|
||||||
|
|
Loading…
Reference in a new issue