From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15146 invoked by alias); 9 Dec 2015 02:16:38 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37354 Received: (qmail 22987 invoked from network); 9 Dec 2015 02:16:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_PCNT autolearn=no autolearn_force=no version=3.4.0 Date: Wed, 9 Dec 2015 03:16:29 +0100 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: buggy paste highlight with backward-extend-paste Message-ID: <20151209021629.GA26831@zira.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.24-6537-vl-r83103 (2015-12-07) When using: autoload -Uz bracketed-paste-magic zle -N bracketed-paste bracketed-paste-magic zstyle :bracketed-paste-magic paste-init backward-extend-paste if I type: % echo foo with the cursor just after "foo", and paste "a", then the whole "fooa" gets highlighted instead of just "a". -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)