6 ms·
Confirming what GP said on version 5.3.1, not seeing any escaping git checkout <Tab> git checkout $(./pwd)
by junkblocker 10y ago
Confirming what GP said on version 5.3.1, not seeing any escaping
git checkout <Tab>
git checkout $(./pwd)
- simplehuman 10y agoI can confirm as well
- Freaky 9y agoEscaped here. How are you configuring your completion? -% zsh -f voi% echo $ZSH_VERSION 5.3.1 voi% autoload -U compinit voi% compinit voi% git checkout <tab><tab>\$\(./pw3n\) Already on '$(./pw3n)' Your branch is up-to-date with 'origin/$(./pw3n)'. voi% git checkout com<tab>plete_\$\(./foo\) Switched to branch 'complete_$(./foo)'