1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

beautify format of compdump file (11576)

This commit is contained in:
Sven Wischnowsky 2000-05-25 14:48:38 +00:00
parent 105456d250
commit 7fb99aadec
3 changed files with 6 additions and 3 deletions

@ -1,5 +1,8 @@
2000-05-25 Sven Wischnowsky <wischnow@zsh.org>
* 11576: Completion/Core/compdump, Completion/Core/compinit:
beautify format of compdump file
* 11570: Completion/Core/_path_files: fix for special-dirs when
used with -g patterns

@ -94,9 +94,9 @@ print -n autoload -U >> $_d_file
while (( $#_d_als )); do
if (( ! $+_compautos[$_d_als[1]] )); then
print -n " $_d_als[1]"
if (( _i-- && $#_d_als > 1 )); then
if (( ! _i-- && $#_d_als > 1 )); then
_i=5
print -n '\nautoload -U'
print -n ' \\\n '
fi
fi
shift _d_als

@ -322,7 +322,7 @@ in the file:
Note that the values for the styles may be partly incorrect. Please
read the manual to find out how to configure the completion system
with styles.
with styles or use the \`compinstall' function.
Have fun