This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
zsh
Watch
1
Star
0
Fork
0
You've already forked zsh
mirror of
git://git.code.sf.net/p/zsh/code
synced
2024-11-19 21:44:11 +01:00
Code
8e740b7044
zsh
/
Completion
/
Builtins
/
_arrays
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
2000-06-22 10:42:36 +02:00
#compdef shift
Initial revision
1999-04-15 20:05:38 +02:00
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
2000-06-22 10:42:36 +02:00
local expl
_wanted arrays expl array compadd -k "parameters[(R)*array*~*local*]"
Copy Permalink