Skip to content

Commit

Permalink
fix: forward prefix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Nov 25, 2024
1 parent f5b572b commit f9783fd
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 @@ -303,7 +303,7 @@
(lsp-inline-completion-cancel)

(let ((command (lookup-key (current-global-map) (vector event)))
(current-prefix-arg current-prefix-arg))
(current-prefix-arg arg))

(when (commandp command)
(call-interactively command))))
Expand Down

0 comments on commit f9783fd

Please sign in to comment.