From e6e5d2eb1db839df64aa5fafad188c62807aa82b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 7 Oct 2008 07:48:55 +0000 Subject: Jörg Sommer: 25819: improve module parameter completion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f278e912..74659f563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-07 Clint Adams + * Jörg Sommer: 25819: Completion/Linux/Command/_modutils: improve + module parameter completion. + * Jörg Sommer: 25822: Completion/Linux/Command/_modutils: declare val_args as local array. -- cgit 1.4.1