summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_texinfo')
-rw-r--r--Completion/Unix/Command/_texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_texinfo b/Completion/Unix/Command/_texinfo
index 7b66d6304..57e13bdc2 100644
--- a/Completion/Unix/Command/_texinfo
+++ b/Completion/Unix/Command/_texinfo
@@ -227,7 +227,7 @@ esac
if [[ -n $state ]]; then
local chr cache file q
- local -a suf tags
+ local -a expl suf tags
local -i36 hash=5381
local -aU infopath=( /usr/share/info ${commands[info]:h:h}/share/info ${(s.:.)INFOPATH} $infodirs )
infopath=( $^infopath(N) )