Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG] umount mountpoint completion



Am 07.03.2017 um 20:14 schrieb Bart Schaefer:
> If this is just completed as
>     % umount /tmp/a<TAB>
> is the result the same, or is the extra quoting happening because of
> _normal being called by _arguments from _sudo?  I'm having a hard
> time tracing down that bit.

No if you use it without quotes it works:

% umount /tmp/a<TAB>

https://wwwpub.zih.tu-dresden.de/~s9416139/zsh_report/zsh-5.0.5-no-quotes.log

is completed to:

% umount /tmp/a\ 0

https://wwwpub.zih.tu-dresden.de/~s9416139/zsh_report/zsh-5.0.5-quoted.log



Messages sorted by: Reverse Date, Date, Thread, Author