diff options
author | Kirawi | 2024-03-15 16:38:22 +0000 |
---|---|---|
committer | GitHub | 2024-03-15 16:38:22 +0000 |
commit | 0c51ab16d0c65505705297b89ebb1147f3cc8fee (patch) | |
tree | 0fa55a9115968def1c84c2a3d424beeb2cfd0cfe /book/src | |
parent | 6c4d986c1b1ac4e350dced513b6608ba4464cde3 (diff) |
Add a yank diagnostic command (#9640)
* yank diagnostic command
* improve success message
* move to a typed command
* docgen
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/generated/typable-cmd.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index f4fcb6f6..dbb8b5f3 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -86,3 +86,4 @@ | `:clear-register` | Clear given register. If no argument is provided, clear all registers. | | `:redraw` | Clear and re-render the whole UI | | `:move` | Move the current buffer and its corresponding file to a different path | +| `:yank-diagnostic` | Yank diagnostic(s) under primary cursor to register, or clipboard by default | |