Sunday, April 28, 2013

ANN: YankRing 17.0

YankRing.vim : Maintains a history of previous yanks, changes and deletes 

What does it do? 

Inspired by the Emacs kill ring.

Allows you to retrieve previous yanks, deletes and changed text and 
cycle through them choosing which item you need.  It also works across 
Vim instances so they all see the same history.  Useful for sharing 
text across instances, including when using Screen in *nix. 

For a more descriptive write up, please see the web page. 

Thanks for everyone's feedback so far. 
If you do try the plugin and find things that bother you, please send 
me an email. 


What is new? 

NF: The yankring_history_dir option can now take a comma separated list.  First valid directory found will be used (Alex Bel).

NF: YankRing can now monitor inserted text and place it in the ring. This is disabled by default, but can be enabled either through the YankRing window or via your .vimrc using the new option:
    g:yankring_record_insert = 1 (Alexandre Viau).

BF: When g:yankring_persist = 0, the YankRing was still reading and writing to the yankring file (Vladimir Marek).

BF: The YankRing menu entry, "Replace with Next", was performing the "Replace with Previous" action (Thilo Six).


As usual, feedback good and bad is always welcome. 

Enjoy. 
David

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: