1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 19:20:53 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Clint Adams
9f7fc4497a Jörg Sommer: 26452: drop completion of modinfo -f. 2009-01-29 17:16:45 +00:00
Clint Adams
4527d0dfff Jörg Sommer: 26451: use globbing to find available modules, now that modprobe -l is deprecated. 2009-01-29 17:14:53 +00:00
Clint Adams
e6e5d2eb1d 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.
2008-10-07 07:48:55 +00:00
Clint Adams
8538c98ddf Jörg Sommer: 25822: declare val_args as local array. 2008-10-07 07:46:09 +00:00
Clint Adams
26616e1a23 Jörg Sommer: 25821: return 0 if a modules parameter was completed. 2008-10-07 07:43:35 +00:00
Clint Adams
38b8cdbcdf 25820: add the option --field of modinfo. 2008-10-07 07:41:43 +00:00
Peter Stephenson
4a34c96289 25755/25756: Jörg Sommer: improved handling of module arguments
25759: fix dynamic named directory crash, static named directory consistency
2008-09-27 19:57:25 +00:00
Peter Stephenson
a2f158f531 Jörg Sommer: 25572: completer module parameters 2008-09-01 17:13:32 +00:00
Andrey Borzenkov
649d87c8cb 23751: complete module files too 2007-08-12 09:04:52 +00:00
Andrey Borzenkov
582732d05f 20617: fix completion of compressed modules for 2.6; add insmod completion 2004-12-10 16:05:25 +00:00
Oliver Kiddle
c3b929c634 19418: update completions to new versions 2004-02-13 18:42:03 +00:00
Oliver Kiddle
a267832ddf 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
Oliver Kiddle
8036c4d739 18446: handle modinfo and improvements to option handling 2003-04-16 13:29:38 +00:00
Oliver Kiddle
efa93741d7 moved from Completion/Unix/Command/_modutils 2002-09-03 12:25:51 +00:00