diff options
| author | dana <dana@dana.is> | 2026-05-02 14:06:50 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-05-02 14:09:17 -0500 |
| commit | b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab (patch) | |
| tree | e27e01b9ba2506e172226eb926c034f0b8ca70a2 /Doc | |
| parent | unposted: tests: add basic tests for _describe (diff) | |
| download | zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar.gz zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar.bz2 zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar.lz zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar.xz zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.tar.zst zsh-b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab.zip | |
54423 (tweaked): compinit: improve and document -w
also add new-line after compaudit prompt
tweaked -D/-w exclusions in _compinit
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index fbfccf82e..83032b54f 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -167,7 +167,8 @@ change, it is easiest to delete the dump file by hand so that tt(compinit) will re-create it the next time it is run. The check performed to see if there are new functions can be omitted by giving the option tt(-C). In this case the dump file will only be created if -there isn't one already. +there isn't one already. Use option tt(-w) to explain why a dump file +isn't loaded and/or why it's regenerated. The dumping is actually done by another function, tt(compdump), but you will only need to run this yourself if you change the configuration |
