1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

zsh-3.1.5-pws-9

This commit is contained in:
Tanaka Akira 1999-04-15 18:16:27 +00:00
parent ba4f5e80ec
commit b4a5b9db8b
99 changed files with 3672 additions and 478 deletions

View file

@ -0,0 +1,7 @@
#defcomp source
if [[ -position 2 -1 ]]; then
compsub
else
_files
fi