diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 16:01:18 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 16:01:18 +0000 |
| commit | dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4 (patch) | |
| tree | 8adafc6ea84f9a9e1dff5ec5d48a7d57abae5855 /Src/Zle/comp.h | |
| parent | 24947: complete -safe-mode for firefox. (diff) | |
| download | zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.gz zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.bz2 zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.lz zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.xz zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.zst zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.zip | |
24951: implement ZLS_COLORS ln=target
Diffstat (limited to 'Src/Zle/comp.h')
| -rw-r--r-- | Src/Zle/comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index 1b1530492..bcad3df05 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -114,6 +114,8 @@ struct cmatch { int gnum; /* global number */ mode_t mode; /* mode field of a stat */ char modec; /* LIST_TYPE-character for mode or nul */ + mode_t fmode; /* mode field of a stat, following symlink */ + char fmodec; /* LIST_TYPE-character for fmode or nul */ }; #define CMF_FILE (1<< 0) /* this is a file */ |
