diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
| commit | b5da595150518d77a73a578aac069f1014c3af35 (patch) | |
| tree | 1612c5b4cbf3334094f87b668906e05c991bd7ee /src/_ccache | |
| parent | Add editor settings to all files (diff) | |
| download | zsh-completions-fix-format.tar zsh-completions-fix-format.tar.gz zsh-completions-fix-format.tar.bz2 zsh-completions-fix-format.tar.lz zsh-completions-fix-format.tar.xz zsh-completions-fix-format.tar.zst zsh-completions-fix-format.zip | |
Fix indentation sizefix-format
Diffstat (limited to 'src/_ccache')
| -rw-r--r-- | src/_ccache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_ccache b/src/_ccache index 18cd522..473585b 100644 --- a/src/_ccache +++ b/src/_ccache @@ -248,7 +248,7 @@ __ccache_config_keys() { if compset -P '--set-config=*='; then case $IPREFIX in - ( *=absolute_paths_in_stderr= | *=compression= | *=debug= | *=depend_mode= | *=direct_mode= | *=disable= | *=file_clone= | *=hard_link= | *=hash_dir= | *=inode_cache= | *=keep_comments_cpp= | *=read_only= | *=read_only_direct= | *=recache= | *=run_second_cpp= | *=stats= | *=unify= ) + ( *=absolute_paths_in_stderr= | *=compression= | *=debug= | *=depend_mode= | *=direct_mode= | *=disable= | *=file_clone= | *=hard_link= | *=hash_dir= | *=inode_cache= | *=keep_comments_cpp= | *=read_only= | *=read_only_direct= | *=recache= | *=run_second_cpp= | *=stats= | *=unify= ) local -a booleans=('true' 'false') _describe -t booleans 'boolean' booleans ;; |
