aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-05-07 10:28:39 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-05-07 10:28:39 +0900
commit42f28eb83ac76d4335a821ea1802323e4f291a3d (patch)
treeee6e3119d35be0da93b4a99440544f349b9900ca
parentMerge pull request #1262 from zsh-users/update_openssl (diff)
downloadzsh-completions-bug/clang-format.tar
zsh-completions-bug/clang-format.tar.gz
zsh-completions-bug/clang-format.tar.bz2
zsh-completions-bug/clang-format.tar.lz
zsh-completions-bug/clang-format.tar.xz
zsh-completions-bug/clang-format.tar.zst
zsh-completions-bug/clang-format.zip
Remove needless '='bug/clang-format
-rw-r--r--src/_clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_clang-format b/src/_clang-format
index 9e931de..20c6283 100644
--- a/src/_clang-format
+++ b/src/_clang-format
@@ -42,7 +42,7 @@ _arguments \
'(- *)--help-list[Display list of available options]' \
'(- *)--help-list-hidden[Display list of more available options]' \
'--Wclang-format-violations[Warnings about individual formatting changes needed]' \
- '--Werror=[If set, changes formatting warnings to errors]' \
+ '--Werror[If set, changes formatting warnings to errors]' \
'*--Wno-error=[If set, do not error out on the specified warning type]:warn' \
'--assume-filename=[Set filename used to determine the language and to find .clang-format file]: :_files' \
'--cursor=[The position of the cursor when invoking clang-format from an editor integration]:pos' \