Skip to content

Commit 60cc34d

Browse files
chore(doc): auto generate docs
1 parent e6ddcee commit 60cc34d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/CopilotChat.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ Default selection is `visual` or `buffer` (if no visual selection). Default
360360
supported selections that live in `local select =
361361
require("CopilotChat.select")` are:
362362

363-
- `select.visual` - Current visual selection. Works well with diffs.
364-
- `select.buffer` - Current buffer content. Works well with diffs.
365-
- `select.line` - Current line content. Works decently with diffs.
363+
- `select.visual` - Current visual selection. Includes diagnostic in selection. Works well with diffs.
364+
- `select.buffer` - Current buffer content. Includes diagnostic in selection. Works well with diffs.
365+
- `select.line` - Current line content. Includes diagnostic in selection. Works decently with diffs.
366366
- `select.unnamed` - Content from the unnamed register.
367367
- `select.clipboard` - Content from system clipboard.
368368

0 commit comments

Comments
 (0)