about summary refs log tree commit diff
path: root/Completion/X/Command/_acroread
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Command/_acroread')
-rw-r--r--Completion/X/Command/_acroread3
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' \