Support Vim script plugins

This commit is contained in:
hrsh7th
2021-09-13 23:57:34 +09:00
parent 65b759cdab
commit 6173796b2b
4 changed files with 129 additions and 7 deletions

View File

@@ -48,7 +48,6 @@ end
---Reset current completion state
---@return boolean
source.reset = function(self)
debug.log(self:get_debug_name(), 'source.reset')
self.cache:clear()
self.revision = self.revision + 1
self.context = context.empty()