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

Autocomplete selection doesn't work if command wraps over like #347

Closed
McArdellje opened this issue Oct 1, 2021 · 3 comments
Closed

Autocomplete selection doesn't work if command wraps over like #347

McArdellje opened this issue Oct 1, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@McArdellje
Copy link

If I type a command on one line that is long enough to have to wrap over to another line then I can't enter the completion menu

Environment

f208d04 (HEAD -> main, origin/main, origin/HEAD) Catch some more potentially unset parameters

/home/mcard/dotfiles/base/zsh/znap/zsh-snap/functions/.znap.source:23
/home/mcard/dotfiles/base/zsh/znap/zsh-snap/functions/.znap.source:26
/home/mcard/dotfiles/base/zsh/znap/zsh-snap/functions/znap:42
/home/mcard/.zsh/.zshrc:12

pc linux-gnu /usr/bin/zsh zsh zsh-5.8-0-g77d203f

Steps to reproduce

touch very_long_filename
# if very_long_filename wraps over to a different line then
# pressing any of the keys bound to down-line-or-select or menu-select
# will cause nothing to happen (except some terminal flickering)
rm very_long_filename
@McArdellje McArdellje added the bug Something isn't working label Oct 1, 2021
@marlonrichert
Copy link
Owner

Can you update your steps to reproduce with a concrete example with which I can actually reproduce it? Include any key presses that I need to make.

Also, what terminal do you use?

@marlonrichert marlonrichert added the question Further information is requested label Oct 2, 2021
@marlonrichert
Copy link
Owner

marlonrichert commented Oct 2, 2021

Never mind. I am able to reproduce it.

@marlonrichert marlonrichert removed the question Further information is requested label Oct 2, 2021
@marlonrichert marlonrichert self-assigned this Oct 2, 2021
@marlonrichert
Copy link
Owner

@J-E-Mc It's fixed now. PS: If you enjoy using my software, please consider sponsoring me. 🙂

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants