Systemd/shell-completion
Daniel Hahler e09d0d46c2 zsh: _systemctl: do not attempt to use "--system" by default (#3951)
In 68c4f6d the following was added:

    local -a _modes; _modes=("--user" "--system")
    local _sys_service_mgr=${${words:*_modes}[(R)(${(j.|.)_modes})]:---system}

With the following comment:

> If neither are on the line, --system is set; for system services to be
> completed.

But it does not work as documented:

    % _modes=(--user --system)
    % words=()
    % echo ${${words:*_modes}[(R)(${(j.|.)_modes})]:---system}

However, it should not use `--system` in that case anyway, so this patch
removes the part that should cause a default to be used and adds some
comments.
2016-08-13 10:42:55 -04:00
..
bash journalctl: add new output mode "short-full" (#3880) 2016-08-03 19:45:07 -04:00
zsh zsh: _systemctl: do not attempt to use "--system" by default (#3951) 2016-08-13 10:42:55 -04:00
Makefile build-sys: add missing makefile symlinks 2014-02-26 02:19:28 +01:00