$VIMRUNTIME
should point to the root of the runtime files. autoload/ | |
doc/ | Helpfiles |
plugin/ | |
defaults.vim | Loaed if no vimrc file was found and if vim is started with -u NONE or -C . (See also E1187: Failed to source defaults.vim) |
filetype.vim | detect file types |
menu.vim | definition of the default menus |
optwin.vim | commands to create the option window. |
/runtime
are maintained by various maintainers, not by the vim project. RUNTIME_DIRNAME
(src/feature.h) (typically "runtime"
), compare with the value of the macro DFLT_RUNTIMEPATH
.