Watchers

YankRing.vim

Maintains a history of previous yanks, changes and deletes

  • Script id: 1234
  • Author: David Fishburn
  • Latest version: 10.0
  • Release date: 2010-02-01
  • Release notes:
    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