Skip to content

Commit a3515eb

Browse files
committed
Fix the comment
1 parent db830ff commit a3515eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dein/autoload.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function! s:source_plugin(rtps, index, plugin, sourced) abort
317317

318318
let index = a:index
319319

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

0 commit comments

Comments
 (0)