Skip to content

Commit

Permalink
Fix dein#direct_install()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 3, 2017
1 parent 20fb2e2 commit 1f81f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dein/install.vim
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function! dein#install#_direct_install(repo, options) abort
return
endif

call dein#install(plugin.name)
call dein#install#_update(plugin.name, 'install', 0)
call dein#source(plugin.name)

" Add to direct_install.vim
Expand Down

0 comments on commit 1f81f90

Please sign in to comment.