We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdf533 commit 2d0ebbcCopy full SHA for 2d0ebbc
1 file changed
plugin/yankring.vim
@@ -2,7 +2,7 @@
2
" ---------------------------------------------------------------
3
" Version: 2.0
4
" Authors: David Fishburn <fishburn@ianywhere.com>
5
-" Last Modified: Sat Aug 20 2005 9:33:10 AM
+" Last Modified: Mon Aug 22 2005 10:23:30 AM
6
" Script: http://www.vim.org/scripts/script.php?script_id=1234
7
" Based On: Mocked up version by Yegappan Lakshmanan
8
" http://groups.yahoo.com/group/vim/post?act=reply&messageNum=34406
@@ -469,7 +469,7 @@ endfunction
469
" Clears the yankring by simply setting the # of items in it to 0.
470
" There is no need physically unlet each variable.
471
function! s:YRClear()
472
- let s:yr_next_idx = 0
+ let s:yr_next_idx = 1
473
let s:yr_last_paste_idx = 0
474
let s:yr_count = 0
475
let s:yr_paste_dir = 'p'
0 commit comments