mirror of
https://github.com/tpope/vim-repeat.git
synced 2026-09-10 07:16:26 -04:00
Merge 33fdd6453e into 5eba0f19c8
This commit is contained in:
commit
23a7ed265f
|
|
@ -88,10 +88,10 @@ function! repeat#run(count)
|
|||
let c = g:repeat_count
|
||||
let s = g:repeat_sequence
|
||||
let cnt = c == -1 ? "" : (a:count ? a:count : (c ? c : ''))
|
||||
call feedkeys(r . cnt, 'n')
|
||||
call feedkeys(s)
|
||||
silent! call feedkeys(r . cnt, 'n')
|
||||
silent! call feedkeys(s)
|
||||
else
|
||||
call feedkeys((a:count ? a:count : '') . '.', 'n')
|
||||
silent! call feedkeys((a:count ? a:count : '') . '.', 'n')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue