mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: INSTALL: Clarify at which point directories from --enable-additional-fpath are added to $fpath.
This commit is contained in:
parent
2b9f9b59e2
commit
c316ec1958
2 changed files with 7 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
* 29027: Completion/Unix/Command/_screen: support "/dev/ttyUSB0
|
||||
[baud]"-style arguments.
|
||||
|
||||
* unposted: INSTALL: Clarify at which point directories from
|
||||
--enable-additional-fpath are added to $fpath.
|
||||
|
||||
2011-04-19 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Completion/X/Command/.distfiles, Config/version.mk:
|
||||
|
@ -14493,5 +14496,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5256 $
|
||||
* $Revision: 1.5257 $
|
||||
*****************************************************
|
||||
|
|
4
INSTALL
4
INSTALL
|
@ -476,7 +476,9 @@ The --enable-additional-fpath option may be used to add arbitrary
|
|||
directories to the shell's default $fpath array. This may be useful to
|
||||
have vendor specific function directories available for vendor specific
|
||||
addons. You may add more than one directory this way by listing them with
|
||||
the option separated by commas.
|
||||
the option separated by commas. The additional directories will be added
|
||||
after the site specific directory (--enable-site-fndir) in the same order
|
||||
in which they are supplied.
|
||||
|
||||
Function depth
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue