mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 20:31:11 +01:00
16422: zcalc non-default base output
This commit is contained in:
parent
3013e98ca4
commit
99d54b0b70
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 16422: Functions/Misc/zcalc: fix output in bases when
|
||||
base is specified for a single line.
|
||||
|
||||
2002-01-08 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 16418: Src/lex.c, Src/Zle/zle_tricky.c: fix completion after
|
||||
|
|
|
@ -173,7 +173,7 @@ while vared -cehp "${(%)ZCALCPROMPT}" line; do
|
|||
line=
|
||||
continue
|
||||
else
|
||||
base=
|
||||
base=$match[1]
|
||||
fi
|
||||
else
|
||||
base=$defbase
|
||||
|
|
Loading…
Reference in a new issue