1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 21:04:12 +01:00

Search recursively for plugins in liberator.loadPlugins.

This commit is contained in:
Doug Kearns
2008-12-30 19:04:54 +11:00
parent a1dcfa4e02
commit 2828b47b65
3 changed files with 37 additions and 33 deletions

View File

@@ -21,8 +21,9 @@ If 'exrc' is set then any RC file in the current directory is also sourced.
The plugin directory can be in any of the directories in 'runtimepath'.
All directories in 'runtimepath' are searched for plugins and they are are all
loaded.
All directories in 'runtimepath' are searched for a "plugin" subdirectory and
all are loaded. For each plugin directory all *.\{js,vimp} files (including
those in further subdirectories) are sourced alphabetically.
Plugins will not be sourced if 'noloadplugins' is set.