Skip to content

Commit f9783fd

Browse files
committed
fix: forward prefix arg
1 parent f5b572b commit f9783fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-inline-completion.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
(lsp-inline-completion-cancel)
304304

305305
(let ((command (lookup-key (current-global-map) (vector event)))
306-
(current-prefix-arg current-prefix-arg))
306+
(current-prefix-arg arg))
307307

308308
(when (commandp command)
309309
(call-interactively command))))

0 commit comments

Comments
 (0)