Skip to content

Commit b3bcab7

Browse files
committed
bugfix
1 parent 47fd145 commit b3bcab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/easycomplete/cmdline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function this.bind_cmdline_event()
190190
-- TODO 匹配模式闪烁问题没解决,先关闭
191191
if vim.g.easycomplete_cmdline_pattern == '/' and key_str ~= '\r'then
192192
-- jayli 先关掉,继续调试
193-
do return end
193+
-- do return end
194194
if util.zizzing() then
195195
return
196196
end

0 commit comments

Comments
 (0)