diff options
-rw-r--r-- | Completion/Base/_arguments | 2 | ||||
-rw-r--r-- | Completion/Base/_values | 2 |
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 |