|
1 | 1 | *yankring.txt* For Vim version 7.0.
|
2 | 2 |
|
3 |
| -Author: David Fishburn December 22, 2008 |
4 |
| -Version: 8.0 |
| 3 | +Author: David Fishburn August 29, 2009 |
| 4 | +Version: 9.0 |
5 | 5 |
|
6 | 6 | For instructions on installing this file, type
|
7 | 7 | :help add-local-help |add-local-help| inside Vim.
|
@@ -1124,6 +1124,21 @@ mapping: >
|
1124 | 1124 | ==============================================================================
|
1125 | 1125 | 7. History *yankring-history*
|
1126 | 1126 |
|
| 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 | + |
1127 | 1142 | 8.0: December 21, 2008:
|
1128 | 1143 | NF: Changed the implementation of YRGetSearch() (David Liang).
|
1129 | 1144 | BF: Under some unknown circumstances, the yankring can fail
|
|
0 commit comments