fmt
This commit is contained in:
@@ -56,10 +56,7 @@ end
|
|||||||
cmp.complete = function(option)
|
cmp.complete = function(option)
|
||||||
option = option or {}
|
option = option or {}
|
||||||
|
|
||||||
cmp.core:complete(
|
cmp.core:complete(cmp.core:get_context({ reason = option.reason or cmp.ContextReason.Manual }), option.sources)
|
||||||
cmp.core:get_context({ reason = option.reason or cmp.ContextReason.Manual }),
|
|
||||||
option.sources
|
|
||||||
)
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user