summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Aasted <dezzadk@gmail.com>2017-01-07 22:32:53 +0100
committerOliver Kiddle <opk@zsh.org>2017-03-04 09:31:31 +0100
commitb8b5f18f3fcfe64e4b7596018d31410042f379f1 (patch)
treee31b2015852cc8d7fc109d7ba488c2db5e1eb01e
parent76f2539e207b97fba86a2c9407e874c0d45862dc (diff)
downloadzsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.gz
zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.zip
unposted (via github): complete -Dproperty=/path_complete for ant
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_ant2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e42e27782..df23602c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-03-04 Oliver Kiddle <opk@zsh.org>
+ * unposted (github): Christoffer Aasted:
+ Completion/Unix/Command/_ant: allow -Dproperty=/path_complete
+
* unposted (from Ferenc- via github): Completion/Unix/Command/_gcc:
Add newer C++ standard options to gcc completion
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant
index 19c252a4e..080ce6857 100644
--- a/Completion/Unix/Command/_ant
+++ b/Completion/Unix/Command/_ant
@@ -51,7 +51,7 @@ _arguments -C \
'*-listener[add an instance of specified class as a project listener]:class:->class' \
'-noinput[do not allow interactive input]' \
'(-f -file -buildfile -s -find)'{-f,-file,-buildfile}'[use specified build file]:build file:_files -g "*.xml(-.)"' \
- '*-D[specify property with value to use]:property:->property' \
+ '*-D+[specify property with value to use]:property:->property' \
'(-k -keep-going)'{-keep-going,-k}'[execute all targets that do not depend on failed target(s)]' \
'-propertyfile[load all properties from specified file with -D properties taking precedence]:property file:_files -g "*.properties(-.)"' \
'-inputhandler[specify class which will handle input requests]:class:->class' \