Skip to content

Commit 5a4bf2d

Browse files
committed
bugfix
1 parent e568538 commit 5a4bf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/easycomplete/cmdline.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ function this.bind_cmdline_event()
214214
if vim.api.nvim_get_mode().mode ~= "c" then
215215
return
216216
end
217+
if vim.bo.filetype == 'help' then return end
217218
vim.g.easycomplete_cmdline_typing = 1
218219
local key_str = vim.api.nvim_replace_termcodes(keys, true, false, true)
219220
-- TODO 匹配模式闪烁问题没解决,先关闭

0 commit comments

Comments
 (0)