Skip to content

Commit

Permalink
Accommodate recent changes in minpac.
Browse files Browse the repository at this point in the history
  • Loading branch information
adah1972 committed Sep 25, 2020
1 parent 4e8be28 commit 2bd5874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if !has('gui_running')
endif
endif

if exists('*minpac#init')
if exists('g:loaded_minpac')
" Minpac is loaded.
call minpac#init()
call minpac#add('k-takata/minpac', {'type': 'opt'})
Expand Down

0 comments on commit 2bd5874

Please sign in to comment.