diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-11-03 23:36:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-11-03 23:36:33 +0000 |
commit | d98a67c56990a81bc8a913612b8a2ae496000836 (patch) | |
tree | caeebcf41bbdb23e25cd733299d5a0a1b9f91e02 /Src/zsh.h | |
parent | 7f1ce57089409f98a0f13ce2eed5b56152219455 (diff) | |
download | zsh-d98a67c56990a81bc8a913612b8a2ae496000836.tar.gz zsh-d98a67c56990a81bc8a913612b8a2ae496000836.zip |
16201: introduce the PM_NAMEDDIR flag
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1134,6 +1134,7 @@ struct param { #define PM_AUTOLOAD (1<<23) /* autoloaded from module */ #define PM_NORESTORE (1<<24) /* do not restore value of local special */ #define PM_HASHELEM (1<<25) /* is a hash-element */ +#define PM_NAMEDDIR (1<<26) /* has a corresponding nameddirtab entry */ /* The option string corresponds to the first of the variables above */ #define TYPESET_OPTSTR "aiEFALRZlurtxUhHT" |