Darcs zsh completion is very slightly broken because `darcs add --list-
option` doesn't separate the last list option and the first file. eg,
output on my machine is:
...
--no-prehook
--prompt-prehook
--run-prehookGemfile.lock
tmp
tmp/test
...
Gemfile.lock is a file in this case.
I think this should be a candidate for Darcs 2.5.
I suspect it's a regression introduced by my
Resolve issue1741: fix --list-options when option has multiple names.
The following patch updated issue issue1887 with status=resolved;resolvedin=2.6.0 HEAD
* Resolve issue1887: add a missing newline to --list-options output.
Ignore-this: 912b18e8f89be19d186332f5f98a8083
The following patch updated issue issue1887 with status=resolved;resolvedin=2.5.0 CURRENT
* Resolve issue1887: add a missing newline to --list-options output.
Ignore-this: 912b18e8f89be19d186332f5f98a8083