diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-10-18 19:47:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-10-18 19:47:29 +0000 |
commit | a252b6110d84fd64d72be435b9370e0f241a1128 (patch) | |
tree | a0434df59a17b8b5591c620dc4cfc6bffd61c97c /Completion | |
parent | 8ed0fad414daa81c7f7232139e3022b46106437f (diff) | |
download | zsh-a252b6110d84fd64d72be435b9370e0f241a1128.tar.gz zsh-a252b6110d84fd64d72be435b9370e0f241a1128.tar.xz zsh-a252b6110d84fd64d72be435b9370e0f241a1128.zip |
Frank Terbeck: 27309: VCS_INFO doc
Holger Weiss: 27310: typo in matcher doc Jesse Weinstein: 27310: redundant diff option
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Type/_diff_options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_diff_options b/Completion/Unix/Type/_diff_options index a83042e88..472838cda 100644 --- a/Completion/Unix/Type/_diff_options +++ b/Completion/Unix/Type/_diff_options @@ -47,7 +47,6 @@ if _pick_variant -c $cmd gnu=GNU unix -v; then '(--ignore-file-name-case)--no-ignore-file-name-case[consider case when comparing file names]' \ '(-E --ignore-tab-expansion)'{-E,--ignore-tab-expansion}'[ignore changes due to tab expansion]' \ '(-b --ignore-space-change)'{-b,--ignore-space-change}'[ignore changes in the amount of white space]' \ - '(--ignore-space-change)-b[ignore changes in the amount of white space]' \ '(--ignore-all-space -w)'{--ignore-all-space,-w}'[ignore all white space]' \ '(-B --ignore-blank-lines)'{-B,--ignore-blank-lines}'[ignore lines that are all blank]' \ '(-I --ignore-matching-lines)'{-I+,--ignore-matching-lines=}'[ignore lines that match regex]:line exclusion regex:' \ |