aboutsummaryrefslogtreecommitdiffstats
path: root/src/_ccache
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:46:25 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-03-13 11:46:25 +0900
commitb5da595150518d77a73a578aac069f1014c3af35 (patch)
tree1612c5b4cbf3334094f87b668906e05c991bd7ee /src/_ccache
parentAdd editor settings to all files (diff)
downloadzsh-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/_ccache2
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
;;