Fix cmdline completion redraw
This commit is contained in:
@@ -160,13 +160,13 @@ keymap.evacuate = setmetatable({
|
|||||||
callback = callback,
|
callback = callback,
|
||||||
noremap = existing.noremap,
|
noremap = existing.noremap,
|
||||||
script = existing.script,
|
script = existing.script,
|
||||||
silent = true,
|
silent = mode ~= 'c',
|
||||||
nowait = existing.nowait,
|
nowait = existing.nowait,
|
||||||
} or {
|
} or {
|
||||||
expr = true,
|
expr = true,
|
||||||
noremap = existing.noremap,
|
noremap = existing.noremap,
|
||||||
script = existing.script,
|
script = existing.script,
|
||||||
silent = true,
|
silent = mode ~= 'c',
|
||||||
nowait = existing.nowait,
|
nowait = existing.nowait,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user