Fix regression of commit characters

This commit is contained in:
hrsh7th
2021-08-05 15:21:36 +09:00
parent 56d22edbbf
commit cf61d0de50
3 changed files with 16 additions and 6 deletions

View File

@@ -65,11 +65,11 @@ end
---Handle events
autocmd.subscribe('InsertEnter', function()
core.prepare()
core.autocomplete('InsertEnter')
core.on_change('InsertEnter')
end)
autocmd.subscribe('TextChanged', function()
core.autocomplete('TextChanged')
core.on_change('TextChanged')
end)
autocmd.subscribe('InsertLeave', function()