mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01:00
zsh-workers/9966
This commit is contained in:
parent
c41f9e8f8b
commit
097e2d70cd
3 changed files with 24 additions and 14 deletions
|
|
@ -52,7 +52,9 @@ example(fpath=(~/myfuncs $fpath)
|
|||
autoload myfunc1 myfunc2 ...)
|
||||
|
||||
The elements of the tt(fpath) array may also name wordcode files
|
||||
directly. This is mostly useful for wordcode files containing multiple
|
||||
directly. The names of these files must have the tt(.zwc) extension
|
||||
but in tt(fpath) the names may be given with or without it. This is
|
||||
mostly useful for wordcode files containing multiple
|
||||
functions, in which case the file is treated like a directory
|
||||
containing files for functions and will be searched for the definition
|
||||
of the function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue