1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 00:35:46 +01:00

add rough implementation of 'cdpath' option

This commit is contained in:
Doug Kearns
2008-08-30 11:32:40 +00:00
parent 4f52d745cb
commit 41c67225a2
3 changed files with 59 additions and 4 deletions

View File

@@ -203,6 +203,15 @@ Foreground color of the current active link during hint mode.
____
|\'cd'| |\'cdpath'|
||'cdpath' 'cd'|| string (default: black)
____
List of directories searched when executing the :cd command. This is only used
for relative paths, if an absolute path is specified then the option is
ignored.
____
|\'cpt'| |\'complete'|
||'complete' 'cpt'|| charlist (default: sfbh)
____
@@ -444,8 +453,8 @@ This includes (X)HTML elements with an "href" atrribute and XLink "simple" links
____
|\'noloadplugins'| |\'loadplugins'|
||'loadplugins'|| boolean (default on)
|\'nolpl'| |\'lpl'||\'noloadplugins'| |\'loadplugins'|
||'loadplugins' 'lpl'|| boolean (default on)
____
Load plugin scripts when starting up.
____