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 2c4493c commit a27e13cCopy full SHA for a27e13c
copilot.el
@@ -181,6 +181,10 @@ You may adjust this variable at your own risk."
181
"The document version of the current buffer.
182
Incremented after each change.")
183
184
+;;
185
+;; Utility functions
186
187
+
188
(defun copilot--buffer-changed ()
189
"Return non-nil if the buffer has changed since last completion."
190
(not (= copilot--last-doc-version copilot--doc-version)))
@@ -203,9 +207,6 @@ Incremented after each change.")
203
207
('info 'success)
204
208
(_ 'warning)))
205
209
(apply #'format format args)))
206
-;;
-;; Utility functions
210
211
(defun copilot--mode-symbol (mode-name)
212
"Infer the language for MODE-NAME."
0 commit comments