We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b09eaa commit 4650a35Copy full SHA for 4650a35
lua/blink/cmp/sources/buffer.lua
@@ -66,7 +66,7 @@ local buffer = {}
66
67
function buffer.new(config) return setmetatable(config, { __index = buffer }) end
68
69
-function buffer:get_completions(_, callback)
+function buffer:get_completions(context, callback)
70
local transformed_callback = function(items)
71
callback({ is_incomplete_forward = false, is_incomplete_backward = false, context = context, items = items })
72
end
0 commit comments