Skip to content

Commit 3cf44f4

Browse files
committed
.
1 parent 0894e21 commit 3cf44f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/tags

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ HlYankedIntroduction hlyanked.txt /*HlYankedIntroduction*
44
HlYankedLicense hlyanked.txt /*HlYankedLicense*
55
HlYankedRequirements hlyanked.txt /*HlYankedRequirements*
66
g:hlyanked_hlgroup hlyanked.txt /*g:hlyanked_hlgroup*
7+
g:hlyanked_save_yanks hlyanked.txt /*g:hlyanked_save_yanks*
78
g:hlyanked_timeout hlyanked.txt /*g:hlyanked_timeout*
89
hlyanked.txt hlyanked.txt /*hlyanked.txt*

plugin/hlyanked.vim

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ augroup END
8989

9090

9191
def ShiftRegisters()
92-
for ii in [8, 7, 6, 5, 4, 3, 2, 1, 0]
92+
for ii in [8, 7, 6, 5, 4, 3, 2]
9393
setreg(string(ii + 1), getreg(string(ii)))
9494
endfor
95+
setreg(string(2), getreg(string(0)))
9596
enddef
9697

9798
if g:hlyanked_save_yanks

0 commit comments

Comments
 (0)