1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

Things that are in the ChangeLog but that somehow didn't get changed.

This commit is contained in:
Bart Schaefer 2000-04-25 04:50:52 +00:00
parent 3c4ca6d37d
commit fc56c62312
2 changed files with 2 additions and 2 deletions

@ -694,7 +694,7 @@
* Sven: 10265: Completion/Builtins/_zstyle,
Completion/Core/_approximate, Doc/Zsh/compsys.yo: tag-order and
file-patterns completions; subst-glob-only and _approximate
file-patterns completions; subst-globs-only and _approximate
improvements.
* Sven: 10264: Completion/Core/_call, Completion/Core/compdump,

@ -32,7 +32,7 @@ else
fi
if [[ -n "$file" ]] && _tags targets; then
if [[ -n "$_is_gnu[$1]" ]]; then
if [[ -n "$_is_gnu[$words[1]]" ]]; then
tmp=( $(make -nsp --no-print-directory -f "$file" .PHONY | awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1}' FS=:) )
else
tmp=(