zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: zcalc default base
@ 2014-03-01 21:03 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2014-03-01 21:03 UTC (permalink / raw)
  To: Zsh Hackers' List

I messed up zcalc's ability to set a default base when I modified it for
the [#_] syntax.  I think this is the right fix.

diff --git a/Functions/Misc/zcalc b/Functions/Misc/zcalc
index 6a56d47..b796446 100644
--- a/Functions/Misc/zcalc
+++ b/Functions/Misc/zcalc
@@ -197,7 +197,7 @@ while (( expression_mode )) ||
   # Set default base if `[#16]' or `[##16]' etc. on its own.
   # Unset it if `[#]' or `[##]'.
   if [[ $line = (#b)[[:blank:]]#('[#'(\#|)((<->|)(|_|_<->))']')[[:blank:]]#(*) ]]; then
-    if [[ -z $match[4] ]]; then
+    if [[ -z $match[6] ]]; then
       if [[ -z $match[3] ]]; then
 	defbase=
       else

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-01 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-01 21:03 PATCH: zcalc default base Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).