We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a77d1 commit 8372a6bCopy full SHA for 8372a6b
lua/blink/cmp/accept/preview.lua
@@ -23,7 +23,7 @@ local function preview(item, previous_text_edit)
23
end
24
25
26
- text_edits_lib.apply(item.client_id, { text_edit })
+ text_edits_lib.apply({ text_edit })
27
vim.api.nvim_win_set_cursor(0, cursor_pos)
28
29
-- return so that it can be undone in the future
0 commit comments