fzf-tab
fzf-tab copied to clipboard
[BUG] `cd` completion bug when a folder start with digit
Describe the bug
cdcompletion add an unexpected digit input when there is a folder start with digit (in this case3rd)
- mv
3rdtothird(without digit), bug will be fixed
I can make sure:
- [x] I am using the latest version of fzf-tab
- [x] this is the minimal zshrc which can reproduce this bug
- [x] fzf-tab is loaded after
compinit - [x] fzf-tab is loaded after plugins which will wrap Tab, like junegunn/fzf/completion.zsh
- [x] fzf-tab is loaded before zsh-autosuggestions, zsh-syntax-highlighting and fast-syntax-highlighting.
To Reproduce
- rename a folder begin with digit and try use
cdwith tab
Expected behavior
- no extra digit
Environment:
- OS: MacOS 14.5
- zsh version: 4.9
i have stipped all completion config besides the config in the setup page removed all plugins and the issue is still present brew seems to take completion from somewhere else
duplicate of https://github.com/Aloxaf/fzf-tab/issues/264 https://github.com/Aloxaf/fzf-tab/issues/327.
please install zsh with pcre support.