about summary refs log tree commit diff
path: root/Completion/Core/_files
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_files')
-rw-r--r--Completion/Core/_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_files b/Completion/Core/_files
index 7a4fdc3a0..8a9bbfc95 100644
--- a/Completion/Core/_files
+++ b/Completion/Core/_files
@@ -61,7 +61,7 @@ for def in "$pats[@]"; do ###"${(@)${(@)pats#*[^\\]:}%%:*}"; do
   if _wanted "$tag"; then
     _comp_ignore=()
     while _next_label "$tag" expl "$descr"; do
-      _comp_ignore=( $_comp_ignored $ign )
+      _comp_ignore=( $_comp_ignore $ign )
       if [[ -n "$end" ]]; then
         _path_files -g "$pat" "$opts[@]" "$expl[@]" && ret=0
       else