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

complete=enhance and bindkey \t complete-word-fwd interact badly with word delimiters #36

Open
pistole opened this issue Feb 25, 2021 · 0 comments

Comments

@pistole
Copy link

pistole commented Feb 25, 2021

labrys:~/t> echo $version
tcsh 6.22.03 (Astron) 2020-11-18 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
labrys:~/t> set complete=enhance
labrys:~/t> bindkey '\t' complete-word-fwd
labrys:~/t> touch asdf_conf
labrys:~/t> touch _config

Typing ls _con and hitting tab completes to asdf_conf. Hitting tab again should cycle to _config, but instead drops the completion to asdf_ and beeps.

This also happens with at least - and . (eg, asdf.conf and .config)

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

1 participant