From 26616e1a231da91fd20653946d40660b62499804 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 7 Oct 2008 07:43:35 +0000 Subject: [PATCH] =?UTF-8?q?J=C3=B6rg=20Sommer:=2025821:=20return=200=20if?= =?UTF-8?q?=20a=20modules=20parameter=20was=20completed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 3 +++ Completion/Linux/Command/_modutils | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1762d44b4..dd1bb20e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-07 Clint Adams + * Jörg Sommer: 25821: Completion/Linux/Command/_modutils: return 0 + if a modules parameter was completed. + * Jörg Sommer: 25820: Completion/Linux/Command/_modutils: add the option --field of modinfo. diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils index 2ba43a722..91dff4bde 100644 --- a/Completion/Linux/Command/_modutils +++ b/Completion/Linux/Command/_modutils @@ -96,7 +96,7 @@ case "$state" in _message -e value 'parameter value' else _values 'module parameter' \ - ${(f)^"$(_call_program module_parameter modinfo -F parm "$words[2]" 2>/dev/null)"//:/\=[}\] + ${(f)^"$(_call_program module_parameter modinfo -F parm "$words[2]" 2>/dev/null)"//:/\=[}\] && ret=0 fi ;; esac