about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-15 12:27:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-15 12:27:31 +0000
commit5609fe071d9499b13467f5d9f8ff56d1f8f2594e (patch)
tree33106ceb58acb4791f929ea18871a3f25954891e
parent35b2633ad941966f5fca07b625a594a5b68c0fdb (diff)
downloadzsh-5609fe071d9499b13467f5d9f8ff56d1f8f2594e.tar.gz
zsh-5609fe071d9499b13467f5d9f8ff56d1f8f2594e.tar.xz
zsh-5609fe071d9499b13467f5d9f8ff56d1f8f2594e.zip
zsh-workers/8642
-rw-r--r--Completion/Base/_arguments2
-rw-r--r--Completion/Base/_values2
2 files changed, 0 insertions, 4 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments
index 531b11407..81b70bdcd 100644
--- a/Completion/Base/_arguments
+++ b/Completion/Base/_arguments
@@ -161,8 +161,6 @@ while getopts ':O:C' opt; do
   fi
 done
 
-shift OPTIND-1
-
 _style -s options auto-description autod
 
 if comparguments -i "$autod" "$@"; then
diff --git a/Completion/Base/_values b/Completion/Base/_values
index 70a461a48..54758a32e 100644
--- a/Completion/Base/_values
+++ b/Completion/Base/_values
@@ -11,8 +11,6 @@ while getopts ':O:C' opt; do
   fi
 done
 
-shift OPTIND-1
-
 if compvalues -i "$@"; then
 
   local noargs args opts descr action expl sep subc