Skip to content

Commit 5d90bfc

Browse files
committed
chore: fix typo
1 parent 9ac195c commit 5d90bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/completion/accept/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ local function apply_item(ctx, item)
3333
local parsed_snippet = require('blink.cmp.sources.snippets.utils').safe_parse(item.textEdit.newText)
3434
if
3535
parsed_snippet ~= nil
36-
-- snippets automatically handle identation on newlines, while our implementation does not,
36+
-- snippets automatically handle indentation on newlines, while our implementation does not,
3737
-- so ignore for muli-line snippets
3838
and #vim.split(tostring(parsed_snippet), '\n') == 1
3939
and #parsed_snippet.data.children == 1

0 commit comments

Comments
 (0)