Skip to content

Commit 83b0736

Browse files
dfishburnvim-scripts
authored andcommitted
Version 8.0
NF: Changed the implementation of YRGetSearch() (David Liang). BF: Under some unknown circumstances, the yankring can fail to change to the correct buffer. Put in code to double check and abort. BF: Yanking and pasting a line which ends in a backslash resulted in the backslash being replaced by "@@@". BF: When repeating a command (".") which used any of the zap keys (f,F,t,T,/,?) you were prompted again for the string to match on (Vasilii Pascal).
1 parent db93838 commit 83b0736

File tree

2 files changed

+232
-75
lines changed

2 files changed

+232
-75
lines changed

doc/yankring.txt

Lines changed: 13 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 November 14, 2008
4-
Version: 7.0
3+
Author: David Fishburn December 22, 2008
4+
Version: 8.0
55

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

1127+
8.0: December 21, 2008:
1128+
NF: Changed the implementation of YRGetSearch() (David Liang).
1129+
BF: Under some unknown circumstances, the yankring can fail
1130+
to change to the correct buffer. Put in code to double
1131+
check and abort.
1132+
BF: Yanking and pasting a line which ends in a backslash
1133+
resulted in the backslash being replaced by "@@@".
1134+
BF: When repeating a command (".") which used any of the zap
1135+
keys (f,F,t,T,/,?) you were prompted again for the
1136+
string to match on (Vasilii Pascal).
1137+
11271138
7.0: November 14, 2008:
11281139
NF: Added support for the / and ? motions so that y/search is
11291140
supported (Vasilii Pascal).

0 commit comments

Comments
 (0)