zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: Sunday afternoon project:  bracketed-paste-magic
Date: Sun, 16 Aug 2015 22:02:31 -0700	[thread overview]
Message-ID: <150816220231.ZM13263@torch.brasslantern.com> (raw)
In-Reply-To: <150816193239.ZM13143@torch.brasslantern.com>

Whoops, changed a "local" to "integer" and didn't test with quote-paste
removed from paste-finish.

I'll push with this change included.

diff --git a/Functions/Zle/bracketed-paste-magic b/Functions/Zle/bracketed-paste-magic
index b0944f7..da106d1 100644
--- a/Functions/Zle/bracketed-paste-magic
+++ b/Functions/Zle/bracketed-paste-magic
@@ -133,7 +133,7 @@ bracketed-paste-magic() {
 
     # Save context, create a clean slate for the paste
     integer bpm_mark=$MARK bpm_cursor=$CURSOR bpm_region=$REGION_ACTIVE
-    integer bpm_numeric=$NUMERIC
+    integer bpm_numeric=${NUMERIC:-1}
     local bpm_buffer=$BUFFER
     fc -p -a /dev/null 0 0
     BUFFER=


      reply	other threads:[~2015-08-17  5:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  2:32 Bart Schaefer
2015-08-17  5:02 ` Bart Schaefer [this message]

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=150816220231.ZM13263@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).