mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-21 13:51:24 +02:00
add 'runtimepath'
This commit is contained in:
@@ -12,11 +12,15 @@ JavaScript files found in the plugin directory. The RC file may be named
|
||||
* Unix and Mac: [a]\~/.vimperatorrc[a] then [a]\~/_vimperatorrc[a]
|
||||
* Windows - [a]\~/_vimperatorrc[a] then [a]\~/.vimperatorrc[a]
|
||||
|
||||
The plugin directory is named:
|
||||
The plugin directory can be in any of the directories in 'runtimepath'. Using
|
||||
the default value of 'runtimepath' this would be:
|
||||
|
||||
* Unix and Mac - [a]\~/.vimperator/plugin[a]
|
||||
* Windows - [a]\~/vimperator/plugin[a]
|
||||
|
||||
All directories in 'runtimepath' are searched for plugins and they are are all
|
||||
loaded.
|
||||
|
||||
Plugins will not be sourced if 'noloadplugins' is set.
|
||||
|
||||
The user's \'$HOME'(~) directory is determined as follows:
|
||||
|
||||
Reference in New Issue
Block a user