Marlon Richert: 50307 (cf. PWS 50205): suffix aliases should not collide with directory names when completing

This commit is contained in:
Bart Schaefer 2022-05-30 12:02:50 -07:00
parent e4557ef852
commit 8756cc6add
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2022-05-30 Bart Schaefer <schaefer@zsh.org>
* Marlon Richert: 50307 (cf. PWS 50205):
Completion/Zsh/Type/_suffix_alias_files: suffix aliases should not
collide with directory names when completing
2022-05-26 Peter Stephenson <p.stephenson@samsung.com>
* 50287: configure.ac: Turn on use of getcwd by default. Leave

View file

@ -16,6 +16,7 @@ else
tmpa=(${(kq)saliases})
pat="*.(${(kj.|.)tmpa})"
fi
[[ -o autocd ]] || pat+='(#q^/)'
# _wanted is called for us by _command_names
_path_files "$@" -g $pat