We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ca562 commit 449a1c8Copy full SHA for 449a1c8
plugin/dispatch.vim
@@ -36,7 +36,7 @@ function! s:map(mode, lhs, rhs, ...) abort
36
let head = a:lhs
37
let tail = ''
38
let keys = get(g:, a:mode.'remap', {})
39
- if type(keys) != type({})
+ if type(keys) == type([])
40
return
41
endif
42
while !empty(head)
0 commit comments