File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
" ---------------------------------------------------------------
3
3
" Version: 2.0
4
4
" Authors: David Fishburn <[email protected] >
5
- " Last Modified: Sat Aug 20 2005 9:33:10 AM
5
+ " Last Modified: Mon Aug 22 2005 10:23:30 AM
6
6
" Script: http://www.vim.org/scripts/script.php?script_id=1234
7
7
" Based On: Mocked up version by Yegappan Lakshmanan
8
8
" http://groups.yahoo.com/group/vim/post?act=reply&messageNum=34406
@@ -469,7 +469,7 @@ endfunction
469
469
" Clears the yankring by simply setting the # of items in it to 0.
470
470
" There is no need physically unlet each variable.
471
471
function ! s: YRClear ()
472
- let s: yr_next_idx = 0
472
+ let s: yr_next_idx = 1
473
473
let s: yr_last_paste_idx = 0
474
474
let s: yr_count = 0
475
475
let s: yr_paste_dir = ' p'
You can’t perform that action at this time.
0 commit comments