We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb8467 commit 11b0739Copy full SHA for 11b0739
copilot.el
@@ -989,8 +989,8 @@ provided."
989
(beginning-of-line)
990
(not (= (point) completion-start))))
991
(setq start completion-start)
992
+ (setq end (- end (- (point) completion-start)))
993
(delete-region completion-start (point)))
- (setq start end)
994
(copilot--async-request 'notifyAccepted (list :uuid uuid))
995
(copilot-clear-overlay t)
996
(if (derived-mode-p 'vterm-mode)
0 commit comments