diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | Completion/X/Command/_acroread | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 46d2a6896..0cbb540e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2010-10-08 Peter Stephenson <pws@csr.com> - * Ben: Completion/X/Command/_acroread: version 9 is similar to 7 - and 8. + * Ben: 28330: Completion/X/Command/_acroread: add + completion for -openInNewInstance. + + * Ben: 28329: Completion/X/Command/_acroread: version 9 is + similar to 7 and 8. 2010-10-07 Peter Stephenson <pws@csr.com> @@ -13719,5 +13722,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5099 $ +* $Revision: 1.5100 $ ***************************************************** 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' \ |