marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.38k stars 148 forks source link

Fix ignored widget pattern matching expansion #757

Open coloursofnoise opened 1 month ago

coloursofnoise commented 1 month ago

The GLOB_SUBST option (${~...}) needs to be set to interpret the expansion result as a pattern.