mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 08:25:45 +01:00
add new 'loadplugins' option
This commit is contained in:
@@ -444,6 +444,13 @@ This includes (X)HTML elements with an "href" atrribute and XLink "simple" links
|
||||
____
|
||||
|
||||
|
||||
|\'noloadplugins'| |\'loadplugins'|
|
||||
||'loadplugins'|| boolean (default on)
|
||||
____
|
||||
Load plugin scripts when starting up.
|
||||
____
|
||||
|
||||
|
||||
|\'nomore'| |\'more'|
|
||||
||'more'|| boolean (default: on)
|
||||
____
|
||||
@@ -485,6 +492,7 @@ ____
|
||||
Show and set the \'work offline' behavior.
|
||||
____
|
||||
|
||||
|
||||
|\'pageinfo' \'pa'|
|
||||
||'pageinfo' 'pa'||
|
||||
charlist (default: gfm)
|
||||
|
||||
@@ -17,7 +17,9 @@ The plugin directory is named:
|
||||
* Unix and Mac - [a]\~/.vimperator/plugin[a]
|
||||
* Windows - [a]\~/vimperator/plugin[a]
|
||||
|
||||
The user's '$HOME'(~) directory is determined as follows:
|
||||
Plugins will not be sourced if 'noloadplugins' is set.
|
||||
|
||||
The user's \'$HOME'(~) directory is determined as follows:
|
||||
|
||||
* Unix and Mac - _$HOME_ is used.
|
||||
* Windows - if _%HOME%_ is set then this is used, otherwise _%USERPROFILE%_ or finally
|
||||
|
||||
Reference in New Issue
Block a user