From 85e20f745e6329893ba0467ae5490e1840d774c5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Dec 1999 23:01:33 +0000 Subject: zsh-3.1.6-pws-13 --- Completion/Base/_subscript | 6 +++--- Completion/Commands/.distfiles | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'Completion') diff --git a/Completion/Base/_subscript b/Completion/Base/_subscript index 01eada13a..fdda19301 100644 --- a/Completion/Base/_subscript +++ b/Completion/Base/_subscript @@ -16,12 +16,12 @@ elif [[ ${(Pt)${compstate[parameter]}} = assoc* ]]; then elif [[ ${(Pt)${compstate[parameter]}} = array* ]]; then local list i j ret=1 disp - _tags indices parameters + _tags indexes parameters while _tags; do - if _requested -V indices expl 'array index'; then + if _requested -V indexes expl 'array index'; then ind=( {1..${#${(P)${compstate[parameter]}}}} ) - if zstyle -t ":completion${curcontext}:indices" verbose; then + if zstyle -t ":completion${curcontext}:indexes" verbose; then list=() for i in "$ind[@]"; do [[ "$i" = ${PREFIX}*${SUFFIX} ]] && diff --git a/Completion/Commands/.distfiles b/Completion/Commands/.distfiles index 21329f1c0..804e65be3 100644 --- a/Completion/Commands/.distfiles +++ b/Completion/Commands/.distfiles @@ -2,5 +2,4 @@ DISTFILES_SRC=' .distfiles _bash_completions _correct_filename _correct_word _expand_word _history_complete_word _read_comp _most_recent_file _complete_help - _verbose_list ' -- cgit 1.4.1