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, 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,
}) })