-
Notifications
You must be signed in to change notification settings - Fork 11
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
bug: executing command causing autocomplete in fish shell #250
Labels
Comments
mikesmithgh
added a commit
that referenced
this issue
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 right arrow to fix this issue and keep the desired behavior of removing selection after paste in bash shell. closes #250
mikesmithgh
added a commit
that referenced
this issue
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
mikesmithgh
added a commit
that referenced
this issue
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 bracketed paste to fix this issue and keep the desired behavior of removing selection after paste in bash shell. closes #250
🎉 This issue has been resolved 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
fish
ls
and press<C-CR>
Autocomplete is shown in the executing command due to appending a
NUL
characterbug-fish-autocomplete.mp4
The text was updated successfully, but these errors were encountered: