Skip to content

Commit a5baf8b

Browse files
committed
bugfix for delete code
1 parent ae6265d commit a5baf8b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lua/easycomplete/cmdline.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -762,16 +762,10 @@ this.native_colors = {
762762
"crimson","pink","lightpink"
763763
}
764764

765-
766-
767765
function this.init_once()
768766
if vim.g.easycomplete_cmdline ~= 1 then
769767
return
770768
end
771-
-- debug start -----------------------------
772-
-- do return end
773-
-- console(1)
774-
--------------------------------------------
775769
vim.g.easycomplete_cmdline_pattern = ""
776770
vim.g.easycomplete_cmdline_typing = 0
777771
this.bind_cmdline_event()

0 commit comments

Comments
 (0)