1
0
Fork 0
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:
Tanaka Akira 1999-12-03 08:55:11 +00:00
parent aaf561724c
commit 0eebb6014c
8 changed files with 60 additions and 13 deletions

View file

@ -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;