Skip to content

Commit 280ca1b

Browse files
dfishburnvim-scripts
authored andcommitted
Version 12.0
NF: Added support for the clipboard option "unnamedplus" which was added after 7.3 (Hong Xu). NF: When displaying the YankRing using YRShow, a new command "R" has been added to display all of Vim's registers [0-9a-z]. BF: YRMapsDelete did not remove the normal mode @ map, which interfers with recorded macros (Philippe Vaucher ).
1 parent 5a37961 commit 280ca1b

File tree

3 files changed

+140
-85
lines changed

3 files changed

+140
-85
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The GUI significantly simplifies your interaction with the yankring for basic fu
4646

4747
Here is a small section from the tutorial (using maps) so you have some idea of how you interact with the plugin gaining access to previous yanks. Using the GUI for basic operations is self explanatory.
4848

49+
:h yankring-tutorial
50+
4951
---- Partial Tutorial ----
5052
To understand how to use the yankring, the following example should demonstrate the various features.
5153

doc/yankring.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*yankring.txt* For Vim version 7.0.
22

3-
Author: David Fishburn August 29, 2009
4-
Version: 11.0
3+
Author: David Fishburn September 16, 2011
4+
Version: 12.0
55

66
For instructions on installing this file, type
77
:help add-local-help |add-local-help| inside Vim.
@@ -1170,6 +1170,14 @@ mapping: >
11701170
==============================================================================
11711171
7. History *yankring-history*
11721172

1173+
12.0: September 16, 2011
1174+
NF: Added support for the clipboard option "unnamedplus" which was
1175+
added after 7.3 (Hong Xu).
1176+
NF: When displaying the YankRing using YRShow, a new command "R"
1177+
has been added to display all of Vim's registers [0-9a-z].
1178+
BF: YRMapsDelete did not remove the normal mode @ map, which
1179+
interfers with recorded macros (Philippe Vaucher ).
1180+
11731181
11.0: August 09, 2010
11741182
NF: Documented the global variables to customize the location
11751183
of the YankRing menu.

0 commit comments

Comments
 (0)