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

Re: PATCH: zle parameters for kill ring



On Jun 22, 12:35am, Peter Stephenson wrote:
} Subject: PATCH: zle parameters for kill ring
}
} This makes available to zle widgets $CUTBUFFER, the string from the last
} kill, and $killring, the array of strings in the kill ring, both
} read-write.  [...]  Any particular views?

This sounds fine.  Do the usual array slice assignments work properly
on $killring, e.g. killring[3,4]=(...) ?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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