1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

23152: make ztrcmp() respect MULTIBYTE

make sorting of printed hash tables more consistent
This commit is contained in:
Peter Stephenson 2007-02-06 21:47:54 +00:00
parent bae2ec88e5
commit 0108088f52
7 changed files with 110 additions and 72 deletions

View file

@ -578,7 +578,8 @@ bin_setopt(char *nam, char **args, UNUSED(Options ops), int isun)
continue;
}
/* Loop over expansions. */
scanmatchtable(optiontab, pprog, 0, OPT_ALIAS, setoption, !isun);
scanmatchtable(optiontab, pprog, 0, 0, OPT_ALIAS,
setoption, !isun);
args++;
}
}