diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-08 10:22:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-08 10:22:02 +0000 |
commit | f58f9caf6f69bc5c6477307e949679532cb278ac (patch) | |
tree | d5bc894c3c721fa35e0e6f0301b36ab14eeec6a7 /Completion/X | |
parent | 819603b25f79824e5abfa9381b3ecdac9ba03a7f (diff) | |
download | zsh-f58f9caf6f69bc5c6477307e949679532cb278ac.tar.gz zsh-f58f9caf6f69bc5c6477307e949679532cb278ac.tar.xz zsh-f58f9caf6f69bc5c6477307e949679532cb278ac.zip |
Ben: 28330: acroread completion for -openInNewInstance
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/_acroread | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/X/Command/_acroread b/Completion/X/Command/_acroread index a32dc3b40..4a5cb5cb8 100644 --- a/Completion/X/Command/_acroread +++ b/Completion/X/Command/_acroread @@ -32,6 +32,9 @@ if [[ $_acroread_version == [789].* ]]; then if [[ $_acroread_version == [89].* ]]; then extra_args+=(-man '-installCertificate:server ip::server port') fi + if [[ $_acroread_version == 9.* ]]; then + extra_args+=(-openInNewInstance) + fi _arguments -C \ "${extra_args[@]}" \ '--display=:X display:_x_display' \ |