Skip to content

Commit b106e2a

Browse files
committed
bugfix
1 parent 0bbd036 commit b106e2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/easycomplete/cmdline.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ function this.pum_redraw()
100100
-- "<c-g>":匹配下一个
101101
local termcode = vim.api.nvim_replace_termcodes("<c-]>", true, true, true)
102102
vim.schedule(function()
103-
-- vim.fn.win_execute(this.pum_winid(), "update")
104103
vim.api.nvim_win_call(this.pum_winid(), function()
105104
if vim.o.incsearch then
106105
vim.api.nvim_feedkeys(termcode, 'ni', true)

0 commit comments

Comments
 (0)