diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:34:28 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:34:28 +0000 |
commit | d529f9905fd9017382a92438d3ceb2f2509b4ac1 (patch) | |
tree | 7cbfd6ae42cae6ac59232723611fa1704f8cb5da | |
parent | d7cf338c37895a530940b96e2395165326387a1c (diff) | |
download | zsh-d529f9905fd9017382a92438d3ceb2f2509b4ac1.tar.gz zsh-d529f9905fd9017382a92438d3ceb2f2509b4ac1.tar.xz zsh-d529f9905fd9017382a92438d3ceb2f2509b4ac1.zip |
moved from Completion/User/_mere
-rw-r--r-- | Completion/Zsh/Command/_mere | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_mere b/Completion/Zsh/Command/_mere new file mode 100644 index 000000000..3dd27728b --- /dev/null +++ b/Completion/Zsh/Command/_mere @@ -0,0 +1,3 @@ +#compdef mere + +_files -g '*.[1-9]([a-z]|) *.man' |