Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

buggy paste highlight with backward-extend-paste



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 <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author