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

add 'runtimepath'

This commit is contained in:
Doug Kearns
2008-09-22 12:45:31 +00:00
parent 8a39fbcb46
commit 26315eb1ec
8 changed files with 161 additions and 93 deletions
+27 -6
View File
@@ -391,10 +391,10 @@ ____
|\'hlss'| |\'hlsearchstyle'|
||'hlsearchstyle' 'hlss'||
||'hlsearchstyle' 'hlss'|| string
____
string (default: color: black; background-color: yellow; padding: 0; display:
inline;) +
(default: color: black; background-color: yellow; padding: 0; display:
inline;)
CSS specification of highlighted search items
____
@@ -476,8 +476,10 @@ ____
|\'nextpattern'|
||'nextpattern'|| stringlist (default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
||'nextpattern'|| stringlist
____
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
Patterns to use when guessing the 'next' page in a document sequence.
Each pattern, in order, is matched against all links in the page with the first match being used.
The patterns are case insensitive regular expressions.
@@ -566,14 +568,31 @@ ____
//____
|\'previouspattern'|
||'previouspattern'|| stringlist (default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
||'previouspattern'|| stringlist
____
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
Patterns to use when guessing the 'previous' page in a document sequence
Each pattern, in order, is matched against all links in the page with the first match being used.
The patterns are case insensitive regular expressions.
____
|\'rtp'| |\'runtimepath'|
||'runtimepath' 'rtp'|| stringlist
____
(default: Unix, Mac: "\~/.vimperator", Windows: "\~/vimperator")
List of directories searched for runtime files: +
macros/ +
plugin/ +
Example: [c]:set runtimepath=\~/myvimperator,\~/.vimperator[c] +
This will search for plugins in both "\~/myvimperator/plugin" and
"\~/.vimperator/plugin"
____
|\'scr'| |\'scroll'|
||'scroll' 'scr'|| number (default: 0)
____
@@ -761,8 +780,10 @@ ____
|\'wsp'| |\'wordseparators'| +
||'wordseparators' 'wsp'|| string (default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
||'wordseparators' 'wsp'|| string
____
(default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
A regex which defines the word separators which are used for the 'hintmatching' types
"wordstartswith" and "firstletters" to split the words in the text of a link.
____