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.

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: Documented the global variables to customize the location of the YankRing 
menu.

NF: The YankRing menu now shows the maps used for the default actions to help 
learn them more easily.

NF: Added g:yankring_menu_root and g:yankring_menu_priority (David Barsam).

NF: Added a warning indicating a stored value has been truncated based on 
g:yankring_max_element_length and a new option to suppress this warning, 
g:yankring_warn_on_truncate (Hans-Günter).

BF: The YRAfterMaps() function (if it exists) was not re-run if YRToggle was 
used to disable and enable the YankRing.

BF: Multibyte strings may not have been pasted correctly (Dr. Chip).

BF: When pasting a string of 1111's, and additional -1 could also be included 
in the output.


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

Reply via email to