complete make targets of the form `foo bar:' (10575)

This commit is contained in:
Sven Wischnowsky 2000-04-07 10:01:20 +00:00
parent 920c353740
commit 424ad9fc1d
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2000-04-07 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
* 10575: Completion/User/_make: complete make targets of the form
`foo bar:'
* 10573: Src/Zle/compmatch.c: cursor placed on wrong word part
with ** match spec

View file

@ -20,7 +20,7 @@ else
if [[ -n "$file" ]] && _wanted targets; then
tmp=(
$(awk '/^[a-zA-Z0-9][^\/ \t]+:/ {print $1}
$(awk '/^[a-zA-Z0-9][^\/\t]+:/ {print $1}
/^\.include *<bsd\.port\.(subdir\.|pre\.)?mk>/ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ {
print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \
FS=: $file)