Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Confirming what GP said on version 5.3.1, not seeing any escaping

    git checkout <Tab>
    git checkout $(./pwd)


Escaped 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)'


I can confirm as well




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: