mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01: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)'
|