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:
parent
ba4f5e80ec
commit
b4a5b9db8b
99 changed files with 3672 additions and 478 deletions
7
Functions/Completion/_source
Normal file
7
Functions/Completion/_source
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#defcomp source
|
||||
|
||||
if [[ -position 2 -1 ]]; then
|
||||
compsub
|
||||
else
|
||||
_files
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue