diff options
| author | Peter Stephenson <pws@zsh.org> | 2017-02-13 16:32:50 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2017-02-13 16:32:50 +0000 |
| commit | f5272bccd873e7df4cd63f13ee0e880cf832507e (patch) | |
| tree | d859f55ad92c804280479e242fd512f4a1902e3b /Src/zsh.h | |
| parent | 40512: new entr completion (diff) | |
| download | zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.gz zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.bz2 zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.lz zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.xz zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.tar.zst zsh-f5272bccd873e7df4cd63f13ee0e880cf832507e.zip | |
40536: Prepend directory to $fpath.
Used if parent function is autoloaded by absolute path so
as to find functions in the same suite without shell code
modification.
Diffstat (limited to 'Src/zsh.h')
| -rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1807,6 +1807,7 @@ struct tieddata { #define PM_READONLY (1<<10) /* readonly */ #define PM_TAGGED (1<<11) /* tagged */ #define PM_EXPORTED (1<<12) /* exported */ +#define PM_ABSPATH_USED (1<<12) /* (function): loaded using absolute path */ /* The following are the same since they * * both represent -U option to typeset */ |
