YankRing.vim : Maintains a history of previous yanks, changes and deletes
http://www.vim.org/scripts/script.php?script_id=1234

What does it do?

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, especially when using Screen in *nix.

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: Changed the implementation of YRGetSearch() (David Liang).


Bug fixes:

BF: Under some unknown circumstances, the yankring can fail to change
to the correct buffer.  Put in code to double check and abort.

BF: Yanking and pasting a line which ends in a backslash resulted in
the backslash being replaced by "@@@".  Thanks for the several people
who reported it.

BF: When repeating a command (".") which used any of the zap keys
(f,F,t,T,/,?) you were prompted again for the string to match on
(Vasilii Pascal).


As usual, feedback good and bad is always welcome.


Enjoy.
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to