Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #78 from muchzill4/master
Unknown function: repeat#set
  • Loading branch information
tpope committed Aug 18, 2014
2 parents 2791b1f + 97827c8 commit 073225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/unimpaired.vim
Expand Up @@ -262,7 +262,7 @@ function! s:putline(how, map) abort
exe 'normal! "'.v:register.a:how
call setreg(v:register, body, type)
if type !=# 'V'
call repeat#set("\<Plug>unimpairedPut".a:map)
silent! call repeat#set("\<Plug>unimpairedPut".a:map)
endif
endfunction

Expand Down

0 comments on commit 073225c

Please sign in to comment.