Monday, February 27, 2012

ANN: YankRing 13.0

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, 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: [p, ]p, [P, ]P are now supported within the YankRing window
(Alexandre Provencio).

NF: When using the console version of Vim the yankring was not detecting
the "+ register automatically as the FocusGained event does not fire in
console mode. When new elements are added or the YankRing is shown the
clipboard will be checked for new values (Giuseppe Rota).

NF: Added a new option, g:yankring_manual_clipboard_check which when
enabled will manually check for clipboard changes at certain times
within the YankRing. This option is not used if the GUI is running as
the FocusGained will perform checks at appropriate times (Erik Westrup).

BF: With clipboard=unnamed replacing the previous paste with a different
value from the YankRing did not work in all cases (Chris Lott).

BF: Under certain conditions the YankRing would still check the system
clipboard even if g:yankring_clipboard_monitor == 0. This can lead to
delays when attempting to access the clipboard when running in console
mode. Starting Vim with the -X switch removes the delay (Erik Westrup).

BF: Incorrect syntax setting cpoptions (Thilo Six).


As usual, feedback good and bad is always welcome.

Enjoy.
Dave

--
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

No comments: