Skip to content

Commit 7f51704

Browse files
committed
feat: update ReplaceWithRegister
1 parent fd88562 commit 7f51704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/packages.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ function! PackInit() abort
3535
call minpac#add('tpope/vim-speeddating')
3636
call minpac#add('tpope/vim-surround')
3737
call minpac#add('tpope/vim-unimpaired')
38-
call minpac#add('vim-scripts/ReplaceWithRegister')
39-
38+
call minpac#add('inkarkat/vim-ReplaceWithRegister')
4039
endfunction
4140

4241
command! PackClean source $MYVIMRC | call PackInit() | call minpac#clean()

0 commit comments

Comments
 (0)