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

completion files sensitive to user options like RC_QUOTES



I wonder whether it is expected that completion files are sensitive
to user options.

For instance, the vendor's _journalctl file has:

    '(--directory -D -M --machine --root --file)''--root=[Operate on catalog hierarchy under specified directory]:directories:_directories' \

which fails with RC_QUOTES due to the: ''

My bug report: https://github.com/systemd/systemd/issues/4842

This is easily fixable there, but in general, I suppose that not all
external developers who write completion files know all the options.
So, isn't there anything to do on the zsh side?

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



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