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

fix(fish): use empty bracketed paste instead of NUL char #251

Merged
merged 2 commits into from
May 23, 2024

Conversation

mikesmithgh
Copy link
Owner

@mikesmithgh mikesmithgh commented May 23, 2024

When executing a command, the ending NUL character
triggers fish shell autocompletion. This doesn't
impact functionality but looks odd. Replace NUL
character with an empty brackraced paste to fix
this issue and keep the desired behavior of
removing selection after paste in bash shell.

closes #250

When executing a command, the ending NUL character
triggers fish shell autocompletion. This doesn't
impact functionality but looks odd. Replace NUL
character with an empty brackraced paste to fix
this issue and keep the desired behavior of
removing selection after paste in bash shell.

closes #250
@mikesmithgh
Copy link
Owner Author

mikesmithgh commented May 23, 2024

DONE: add workaround in docs for doulbe escape bash issue

@mikesmithgh mikesmithgh changed the title fix(fish): append right arrow instead of NUL char fix(fish): use empty bracketed paste instead of NUL char May 23, 2024
@mikesmithgh mikesmithgh merged commit af16e06 into main May 23, 2024
13 checks passed
@mikesmithgh mikesmithgh deleted the fix-fish-autocomplete branch May 23, 2024 18:00
mikesmithgh pushed a commit that referenced this pull request May 23, 2024
## [4.3.5](v4.3.4...v4.3.5) (2024-05-23)

### Bug Fixes

* **fish:** use empty bracketed paste instead of NUL char ([#251](#251)) ([af16e06](af16e06)), closes [#250](#250)
@mikesmithgh
Copy link
Owner Author

🎉 This PR is included in version 4.3.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

bug: executing command causing autocomplete in fish shell
1 participant