Skip to content

Commit

Permalink
Fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 5, 2024
1 parent db830ff commit a3515eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dein/autoload.vim
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function! s:source_plugin(rtps, index, plugin, sourced) abort

let index = a:index

" NOTE: on_source must sourced after depends
" NOTE: on_source must be sourced before depends
for on_source in dein#util#_get_lazy_plugins()
\ ->filter({ _, val ->
\ val->get('on_source', []) ->index(a:plugin.name) >= 0
Expand Down

0 comments on commit a3515eb

Please sign in to comment.