diff options
| author | Bart Schaefer <schaefer@zsh.org> | 2023-03-06 20:01:04 -0800 |
|---|---|---|
| committer | Bart Schaefer <schaefer@zsh.org> | 2023-03-06 20:01:04 -0800 |
| commit | 8d009d35a9eeacb1bbe9399316d2649a47102014 (patch) | |
| tree | 54b21c0628dd1196c32bc83b8db7f50a9308e4cd /Src/zsh.h | |
| parent | 51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named reference (diff) | |
| download | zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar.gz zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar.bz2 zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar.lz zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar.xz zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.tar.zst zsh-8d009d35a9eeacb1bbe9399316d2649a47102014.zip | |
51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug
Diffstat (limited to 'Src/zsh.h')
| -rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2184,6 +2184,7 @@ typedef groupset *Groupset; #define PRINT_LINE (1<<6) #define PRINT_POSIX_EXPORT (1<<7) #define PRINT_POSIX_READONLY (1<<8) +#define PRINT_WITH_NAMESPACE (1<<9) /* flags for printing for the whence builtin */ #define PRINT_WHENCE_CSH (1<<7) |
