Skip to content
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

execute_any_cli - Overwriting outbut buffer name #112

Closed
EverCursed opened this issue Dec 20, 2019 · 2 comments
Closed

execute_any_cli - Overwriting outbut buffer name #112

EverCursed opened this issue Dec 20, 2019 · 2 comments

Comments

@EverCursed
Copy link

EverCursed commented Dec 20, 2019

execute_any_cli
When asked to enter a name for the output buffer, you can enter anything.

ss1

After backspacing a bit...

ss2

And entering something else...

ss3

The resulting buffer name contains everything you deleted in the first place, overwritten by the new text entered.

ss4

The old text entered also persists between different execute_any_cli calls.

@Leon280698
Copy link

Leon280698 commented Dec 30, 2019

Just to add: This does not only affect the output buffer name but also the command itself.

@4coder-editor
Copy link
Owner

4coder-editor commented Jan 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants