unposted: Completion/compinit: typo in 25068

This commit is contained in:
Peter Stephenson 2008-05-19 11:37:06 +00:00
parent 7eed3e6d5d
commit 15799cfbae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-19 Peter Stephenson <pws@csr.com>
* unposted: Completion/compinit: typo in 25068.
2008-05-18 Peter Stephenson <p.w.stephenson@ntlworld.com>
* users/12858: Doc/Zsh/compsys.yo,

View File

@ -122,7 +122,7 @@ if [[ -n $_i_dumpfile ]]; then
# Explicitly supplied dumpfile.
typeset -g _comp_dumpfile="$_i_dumpfile"
else
typeset -g comp_dumpfile="${ZDOTDIR:-$HOME}/.zcompdump"
typeset -g _comp_dumpfile="${ZDOTDIR:-$HOME}/.zcompdump"
fi
# The standard options set in completion functions.