Fix binding.
This commit is contained in:
parent
d9657fd94b
commit
f6d79fc95b
@ -104,7 +104,7 @@
|
|||||||
"<C-k>" = ''
|
"<C-k>" = ''
|
||||||
function(fallback)
|
function(fallback)
|
||||||
if cmp.visible then
|
if cmp.visible then
|
||||||
cmp.select_next_item()
|
cmp.select_prev_item()
|
||||||
else
|
else
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user