shell-completion: zsh: Support also --server in remote detection
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 16 Aug 2014 11:48:15 +0000 (14:48 +0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sun, 17 Aug 2014 06:20:51 +0000 (09:20 +0300)
commit1f9d4cbe933fd06e0a89cae6a64580bc8e576e30
treee3d6f631f510c98e660723b707eceeafef1aad79
parent09e9d13e2d5f42cdb3118eab93fb9d24fabdfc72
shell-completion: zsh: Support also --server in remote detection

_set_remote() is supposed to find out if a remote server has been
specified on the command line, but previously it only checked for -s
and ignored --server, causing the completion code to connect to the
local server instead when it should have connected to the remote
server to get the data for the completions.
shell-completion/zsh/_pulseaudio