Skip to content

Commit 1eaaa4a

Browse files
committed
vital: fix typo
1 parent ddd6a03 commit 1eaaa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vital/vital.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function! s:_import(name) abort dict
149149
call module._vital_created(module)
150150
endif
151151
let export_module = filter(copy(module), 'v:key =~# "^\\a"')
152-
" Cache module before calling module.vital_loaded() to avoid cyclic
152+
" Cache module before calling module._vital_loaded() to avoid cyclic
153153
" dependences but remove the cache if module._vital_loaded() fails.
154154
" let s:loaded[a:name] = export_module
155155
let s:loaded[a:name] = export_module

0 commit comments

Comments
 (0)