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 2ba5426 commit 5fa27b5Copy full SHA for 5fa27b5
copilot.el
@@ -894,8 +894,8 @@ provided."
894
(beginning-of-line)
895
(not (= (point) completion-start))))
896
(setq start completion-start)
897
- (setq end (- end (- (point) completion-start)))
898
(delete-region completion-start (point)))
+ (setq start end)
899
(copilot--async-request 'notifyAccepted (list :uuid uuid))
900
(copilot-clear-overlay t)
901
(if (derived-mode-p 'vterm-mode)
0 commit comments