Lines Matching refs:loaded
279 ftdetect scripts are loaded, only the matching
282 loaded during initialization, see |load-plugins| (note
285 Note that for ftdetect scripts to be loaded
307 Packages will be loaded only once. Using
314 all plugins in 'runtimepath' will be loaded, which
315 means they are loaded again. Plugins are expected to
319 happens to be aborted, further plugins will be loaded.
559 - A package can contain plugins that are automatically loaded on startup and
560 ones that are only loaded when needed with `:packadd`.
581 directories are added to 'runtimepath'. Then all the plugins are loaded.
592 Note that the files under "pack/foo/opt" are not loaded automatically, only the
605 'runtimepath', so that anything there will be loaded later.
636 The extra "!" is so that the plugin isn't loaded if Vim was started with
645 Since color schemes, loaded with `:colorscheme`, are found below
680 start/foobar/plugin/foo.vim " always loaded, defines commands
681 start/foobar/plugin/bar.vim " always loaded, defines commands
682 start/foobar/autoload/foo.vim " loaded when foo command used
686 opt/fooextra/autoload/extra.vim " loaded when extra command used
933 Note that functions are first loaded and later executed. When they are loaded
1025 Note that profiling only starts when the script is loaded