Skip to content

Commit

Permalink
fix: wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Nov 25, 2024
1 parent f9783fd commit 828875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-inline-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@

;; If a template, format it -- keep track of the end position!
(when (eq kind 'snippet)
(let ((end-marker (set-maker (make-maker))))
(let ((end-marker (set-marker (make-marker))))
(lsp--expand-snippet (buffer-substring text-insert-start text-insert-end)
text-insert-start
text-insert-end)
Expand Down

0 comments on commit 828875b

Please sign in to comment.