about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-07 07:48:55 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-07 07:48:55 +0000
commite6e5d2eb1db839df64aa5fafad188c62807aa82b (patch)
tree74e98954639e70caa25c1de8191dc29edd503c78 /ChangeLog
parent8538c98ddf96430815df970ab881987d6a436787 (diff)
downloadzsh-e6e5d2eb1db839df64aa5fafad188c62807aa82b.tar.gz
zsh-e6e5d2eb1db839df64aa5fafad188c62807aa82b.tar.xz
zsh-e6e5d2eb1db839df64aa5fafad188c62807aa82b.zip
Jörg Sommer: 25819: improve module parameter completion.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f278e912..74659f563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-10-07  Clint Adams  <clint@zsh.org>
 
+	* 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.