From 42ed9c4e39ac0c9a2d9098071c4224d72121c55a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 13 Sep 2005 14:30:55 +0000 Subject: 21718: complete files after bzr's first argument until the bzr shell-complete stuff is improved. --- Completion/Unix/Command/_bzr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_bzr') diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr index 4da09352b..26e992dd3 100644 --- a/Completion/Unix/Command/_bzr +++ b/Completion/Unix/Command/_bzr @@ -7,5 +7,7 @@ _bzr_subcommands=(${(f)"$(_call_program bzr bzr shell-complete)"}) if (( CURRENT == 2 )); then _describe -t subcommand 'subcommand' _bzr_subcommands else -# this part missing +# this part should call bzr shell-complete when +# it has been tweaked properly + _files fi -- cgit 1.4.1