Skip to content

tab completion not working #206

Description

@chevdor

What did you expect to happen?

cd <tab> should work

What actually happened?

cd <tab> does not trigger expansion/autocompletion.

Output

  • cd <TAB> shows a -
  • cd M<TAB> (should suggest some hits like Movies, Music, etc...) shows nothing

Additional context

  • I am using zsh
  • other commands, such as ls do expand fine with tab
  • \cd does expand fine with tab
  • cd is aliased to cd=__enhancd::cd
  • unalias cd "fixes" the issue but well.. that's not the idea :)

I did run a zi update:

...
Updating: b4b4r07/enhancd
* b911969 - (tag: v2.5.1, origin/master, origin/HEAD) Release for v2.5.1 (#203) (2023-04-11) <github-actions[bot]>
* ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/bashCatch all for changes in bash filesarea/zshCatch all for changes in zsh files

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions