This commit is contained in:
hrsh7th
2022-02-12 21:01:22 +09:00
parent 26a9184c88
commit 20152c6afd

View File

@@ -312,9 +312,6 @@ end)
autocmd.subscribe('TextChanged', function()
if config.enabled() then
cmp.core:on_change('TextChanged')
else
cmp.core:reset()
cmp.core.view:close()
end
end)