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: Change the buffer name to [YankRing] to resemble other non-user buffers. NF: Added g:yankring_min_element_length which can prevent items from being added to the YankRing if they are too small. For example, single character deletes (Vedran M). BF: When shifting focus back to Vim, the YankRing may incorrectly report: "YR:Failed to change to the yankring buffer, please contact author". BF: When entering Vim for the first time and hitting "p" nothing was pasted (Mark Huiskes). BF: When entering Vim for the first time and the yankring_clipboard_monitor = 1, the clipboard entry was not automatically added to the yankring. BF: When overriding the default and setting g:yankring_window_use_bottom = 0, the YankRing would report the error (Sergey Khorev): E21: Cannot make changes, 'modifiable' is off 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
