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 /Completion/Zsh/Command/_compinit | |
| 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 'Completion/Zsh/Command/_compinit')
| -rw-r--r-- | Completion/Zsh/Command/_compinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Zsh/Command/_compinit b/Completion/Zsh/Command/_compinit index e97095d7f..eed4dacb8 100644 --- a/Completion/Zsh/Command/_compinit +++ b/Completion/Zsh/Command/_compinit @@ -3,7 +3,7 @@ _arguments : \ '(-i -u)-C[bypass security and dump-file checks]' \ '-d+[automatically create dump file / specify dump-file path]::dump file:_files' \ - "(-w)-D[don't automatically create dump file]" \ + "-D[don't automatically create dump file]" \ '(-C -u)-i[ignore insecure files]' \ "(-C -i)-u[don't check for insecure files]" \ - '(-D)-w[explain why dump file is created]' + "-w[explain why dump file isn't loaded]" |
