mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-07 06:02:21 +01:00
zsh-workers/8864
This commit is contained in:
parent
aaf561724c
commit
0eebb6014c
8 changed files with 60 additions and 13 deletions
|
|
@ -2436,7 +2436,7 @@ bin_compstyles(char *nam, char **args, char *ops, int func)
|
|||
return 1;
|
||||
}
|
||||
switch (args[0][1]) {
|
||||
case 'a': min = 3; max = -1; break;
|
||||
case 'a': min = 2; max = -1; break;
|
||||
case 'd': min = 0; max = 2; break;
|
||||
case 'S': min = 3; max = 3; break;
|
||||
case 'A': min = 3; max = 3; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue