We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6a03 commit 1eaaa4aCopy full SHA for 1eaaa4a
autoload/vital/vital.vim
@@ -149,7 +149,7 @@ function! s:_import(name) abort dict
149
call module._vital_created(module)
150
endif
151
let export_module = filter(copy(module), 'v:key =~# "^\\a"')
152
- " Cache module before calling module.vital_loaded() to avoid cyclic
+ " Cache module before calling module._vital_loaded() to avoid cyclic
153
" dependences but remove the cache if module._vital_loaded() fails.
154
" let s:loaded[a:name] = export_module
155
let s:loaded[a:name] = export_module
0 commit comments