Skip to content

Commit 9ec7c31

Browse files
dfishburnvim-scripts
authored andcommitted
Version 9.0
BF: You cannot execute a macro with ":normal @A". It is still not possible, but you can execute it with ":normal! @A" (A S Budden). BF: When g:yankring_persist = 0 the YankRing could go into an infinite loop (A S Budden). BF: When replaying a macro which used any of the zap keys (f,F,t,T,/,?) you were prompted again for the string to match on (Ovidiu C). BF: When checking the clipboard for changes (g:yankring_clipboard_monitor == 1) only add the item if it is not already in the ring. Previously, the item was moved to the top of the YankRing each time you flipped focus.
1 parent 83b0736 commit 9ec7c31

File tree

2 files changed

+164
-64
lines changed

2 files changed

+164
-64
lines changed

doc/yankring.txt

Lines changed: 17 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 December 22, 2008
4-
Version: 8.0
3+
Author: David Fishburn August 29, 2009
4+
Version: 9.0
55

66
For instructions on installing this file, type
77
:help add-local-help |add-local-help| inside Vim.
@@ -1124,6 +1124,21 @@ mapping: >
11241124
==============================================================================
11251125
7. History *yankring-history*
11261126

1127+
9.0: August 29, 2009:
1128+
BF: You cannot execute a macro with ":normal @a". It is still
1129+
not possible, but you can execute it with ":normal! @a"
1130+
(A S Budden).
1131+
BF: When g:yankring_persist = 0 the YankRing could go into
1132+
an infinite loop (A S Budden).
1133+
BF: When replaying a macro which used any of the zap
1134+
keys (f,F,t,T,/,?) you were prompted again for the
1135+
string to match on (Ovidiu C).
1136+
BF: When checking the clipboard for changes
1137+
(g:yankring_clipboard_monitor == 1) only add the item
1138+
if it is not already in the ring. Previously, the item
1139+
was moved to the top of the YankRing each time you flipped
1140+
focus.
1141+
11271142
8.0: December 21, 2008:
11281143
NF: Changed the implementation of YRGetSearch() (David Liang).
11291144
BF: Under some unknown circumstances, the yankring can fail

0 commit comments

Comments
 (0)