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
execute_any_cli When asked to enter a name for the output buffer, you can enter anything.
After backspacing a bit...
And entering something else...
The resulting buffer name contains everything you deleted in the first place, overwritten by the new text entered.
The old text entered also persists between different execute_any_cli calls.
The text was updated successfully, but these errors were encountered:
Just to add: This does not only affect the output buffer name but also the command itself.
Sorry, something went wrong.
Dumb null terminated buffer bug - one of the few places in the code base that I haven't switched off of them yet - hacked around it for now so it's fixed in 4.1.1.
No branches or pull requests
EverCursed commentedDec 20, 2019
execute_any_cli
When asked to enter a name for the output buffer, you can enter anything.
After backspacing a bit...
And entering something else...
The resulting buffer name contains everything you deleted in the first place, overwritten by the new text entered.
The old text entered also persists between different execute_any_cli calls.
The text was updated successfully, but these errors were encountered: