-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a yank diagnostic command #9640
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My Rust knowledge is limited, but from I've had no problems running this branch and the codechange is small but readable.
Easy diagnostics sharing is essential for mewhen communicating errors and filing tickets, so thank you very much for this!
Discussed thsi with @the-mikedavis. This should be a typable command since it's so.ething you just need occasionally and will not be bound by default |
Sorry about that, I forgot to change some uses of |
looks like you need to commit docgen |
Sorry to ask here, but how is the yank diagnostic command performed? |
It's a typable command so you can use it command mode, similar to |
I could not find it in the docs, this is why I ask :) |
This will be the in the upcoming release. The docs you linked are also for the latest release; not master (https://docs.helix-editor.com/master/commands.html) |
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
* yank diagnostic command * improve success message * move to a typed command * docgen
Resolves #9527