Skip to content

Commit c32fa58

Browse files
committed
fix: wrong function name
1 parent f9783fd commit c32fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-inline-completion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267

268268
;; If a template, format it -- keep track of the end position!
269269
(when (eq kind 'snippet)
270-
(let ((end-marker (set-maker (make-maker))))
270+
(let ((end-marker (set-maker (make-marker))))
271271
(lsp--expand-snippet (buffer-substring text-insert-start text-insert-end)
272272
text-insert-start
273273
text-insert-end)

0 commit comments

Comments
 (0)