Skip to content

Commit

Permalink
Use "vital#{plugin}#new()" instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
kphrx committed Jun 16, 2020
1 parent d4e4e1b commit 1f25d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/autodirmake.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let g:autodirmake#msg_highlight = get(g:, 'autodirmake#msg_highlight', 'None')
let g:autodirmake#char_prompt = get(g:, 'autodirmake#char_prompt', 0)


let s:V = vital#of('autodirmake')
let s:V = vital#autodirmake#new()
let s:Prelude = s:V.import('Prelude')
unlet s:V

Expand Down

0 comments on commit 1f25d4c

Please sign in to comment.