mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
5 lines
128 B
Text
5 lines
128 B
Text
#pattern-function '*/X11/*'
|
|
|
|
# A simple pattern completion, just as an example.
|
|
|
|
complist -J options -k '(-display -name -xrm)'
|