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 16c9e10 commit d385605Copy full SHA for d385605
aider-code-change.el
@@ -357,10 +357,7 @@ The keyword and its definition are configured in `aider-todo-keyword-pair`."
357
(aider--region-location-info
358
(region-beginning)
359
(region-end))))
360
- (prompt-label (cond
361
- (region-text "TODO implementation instruction: ")
362
- (is-comment "TODO implementation instruction: ")
363
- (t "TODO implementation instruction: ")))
+ (prompt-label "TODO implementation instruction: ")
364
(initial-input
365
(cond
366
(region-text
0 commit comments