Skip to content

Commit

Permalink
Merge pull request #7 from kPherox/patch-1
Browse files Browse the repository at this point in the history
Use `vital#{plugin}#new()` instead.
  • Loading branch information
mopp committed Jun 17, 2020
2 parents d4e4e1b + 1f25d4c commit 99f097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/autodirmake.vim
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 99f097f

Please sign in to comment.