Fix cmdline completion redraw

This commit is contained in:
hrsh7th
2022-01-15 20:25:34 +09:00
parent 9f3440e765
commit 76d92fca64

View File

@@ -160,13 +160,13 @@ keymap.evacuate = setmetatable({
callback = callback,
noremap = existing.noremap,
script = existing.script,
silent = true,
silent = mode ~= 'c',
nowait = existing.nowait,
} or {
expr = true,
noremap = existing.noremap,
script = existing.script,
silent = true,
silent = mode ~= 'c',
nowait = existing.nowait,
})