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 de58390 commit 7cfca45Copy full SHA for 7cfca45
ai-code-discussion.el
@@ -359,7 +359,7 @@ region as content of that section."
359
(interactive)
360
(unless (region-active-p)
361
(user-error "No region selected. Please select the text you want to save as notes"))
362
- (let* ((region-text (buffer-substring-no-properties (region-beginning) (region-end)))
+ (let* ((region-text (filter-buffer-substring (region-beginning) (region-end) nil))
363
(git-root (condition-case nil
364
(magit-toplevel)
365
(error nil)))
0 commit comments