zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: error with zed
Date: Wed, 30 Sep 2015 18:52:14 -0700	[thread overview]
Message-ID: <150930185215.ZM5183@torch.brasslantern.com> (raw)
In-Reply-To: <560C7CB7.8090107@eastlink.ca>

On Sep 30,  5:22pm, Ray Andrews wrote:
}
}      $ zed -f z
} 
}     z () {
}              select selection in ${path[@]}
} 
}              done
}     }

Apparently "select" is not a very frequently-used construct.

diff --git a/Src/text.c b/Src/text.c
index 7e65f43..9421d70 100644
--- a/Src/text.c
+++ b/Src/text.c
@@ -632,8 +632,10 @@ gettext2(Estate state)
 		    taddstr(" in ");
 		    taddlist(state, *state->pc++);
 		}
-		tindent++;
 		taddnl(0);
+		taddstr("do");
+		taddnl(0);
+		tindent++;
 		tpush(code, 1);
 	    } else {
 		dec_tindent();

-- 
Barton E. Schaefer


  reply	other threads:[~2015-10-01  1:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01  0:22 Ray Andrews
2015-10-01  1:52 ` Bart Schaefer [this message]
2015-10-01  2:57   ` Ray Andrews
2015-10-01  3:48     ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=150930185215.ZM5183@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).