Add test for #1552

Close #1552
This commit is contained in:
hrsh7th
2023-05-04 02:00:03 +09:00
parent 9b0bc5f9cd
commit 833954209a
2 changed files with 28 additions and 3 deletions

View File

@@ -444,7 +444,8 @@ core.confirm = function(self, e, option, callback)
if api.is_insert_mode() then
if false then
--To use complex expansion debug.
vim.pretty_print({ -- luacheck: ignore
vim.print({ -- luacheck: ignore
item = e:get_completion_item(),
diff_before = diff_before,
diff_after = diff_after,
new_text = new_text,