From c9334d616ff8b442862ccb1b0fc79a62bd4bfd88 Mon Sep 17 00:00:00 2001 From: Motoi WASHIDA Date: Fri, 18 Feb 2005 16:05:14 +0000 Subject: users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces broken while sending the patch by email. --- ChangeLog | 4 ++++ Completion/Darwin/Command/_defaults | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0bf98e7f0..b6cf2fe12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-19 Motoi Washida + * users/8522: Completion/Darwin/Command/_defaults: fixed the + number of spaces broken while sending the patch by email. + 2005-02-18 Peter Stephenson * 20823: Src/Modules/stat.c: debugging test failed on 64-bit diff --git a/Completion/Darwin/Command/_defaults b/Completion/Darwin/Command/_defaults index 0ecd2ad2f..e1b8fd923 100644 --- a/Completion/Darwin/Command/_defaults +++ b/Completion/Darwin/Command/_defaults @@ -15,7 +15,7 @@ _defaults_domains(){ _defaults_keys(){ local ks - ks=(${${${${(M)${(f)"$(defaults read "$words[2]" 2>/dev/null)"}:# [^ ]*=*}# }%% = *}:Q}) + ks=(${${${${(M)${(f)"$(defaults read "$words[2]" 2>/dev/null)"}:# [^ ]*=*}# }%% = *}:Q}) local expl _wanted keys expl 'key' compadd "$ks[@]" } -- cgit 1.4.1