1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 12:05:47 +01:00

Hint mode improvements.

This commit is contained in:
Kris Maglione
2010-10-08 22:54:34 -04:00
parent da7dcd59c1
commit f40ed2e734
4 changed files with 33 additions and 21 deletions

View File

@@ -96,13 +96,11 @@
<code><ex>:autocmd LocationChange .* js modes.passAllKeys = /(www|mail)\.google\.com/.test(buffer.URL)</ex></code>
<p>
Set the filetype to mail when editing email at Gmail:
</p>
<p>Set the filetype to mail when editing email at Gmail:</p>
<code><!-- Why is the XSLT processor mangling newlines? -->
<ex>:autocmd LocationChange .* :set editor=<str>gvim -f</str></ex>
<ex>:autocmd LocationChange 'mail\.google\.com' :set editor=<str>gvim -f -c 'set ft=mail'</str></ex>
<ex>:autocmd LocationChange !'mail\.google\.com'</ex> <ex>:set editor=<str>gvim -f</str></ex>
<ex>:autocmd LocationChange 'mail\.google\.com'</ex> <ex>:set editor=<str>gvim -f -c 'set ft=mail'</str></ex>
</code>
</document>

View File

@@ -320,7 +320,7 @@
<spec>'activate' 'act'</spec>
<type>stringlist</type>
<default>addons,downloads,extoptions,help,
homepage,quickmark,tabopen,paste</default>
homepage,quickmark,tabopen,paste</default>
<description>
<p>
A list of items which, when opened in a new tab, are
@@ -556,7 +556,11 @@
<spec>'extendedhinttags' 'eht'</spec>
<strut/>
<type>regexmap</type>
<default>[iI]:'//img | //xhtml:img'</default>
<default>[iI]:'//img | //xhtml:img',
[OTivVWy]:'//a[@href] | //xhtml:a[@href] |
//area[@href] | //xhtml:area[@href] |
//img[@src] | //xhtml:img[@src] |
//iframe[@src] | //xhtml:iframe[@src]'</default>
<description>
<p>
Defines specialized XPath expressions for arbitrary
@@ -891,7 +895,7 @@
<tags>'noloadplugins' 'loadplugins'</tags>
<spec>'loadplugins' 'lpl'</spec>
<type>regexlist</type>
<default>\.(js|&dactyl.fileExt;)$</default>
<default>'\.(js|&dactyl.fileExt;)$'</default>
<description>
<p>
A regular expression list that defines which plugins are loaded at
@@ -1000,7 +1004,7 @@
<tags>'nextpattern'</tags>
<spec>'nextpattern'</spec>
<type>stringlist</type>
<default>\bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b</default>
<default>'\bnext',^>$,'^(>>|»)$','^(>|»)','(>|»)$','\bmore\b'</default>
<description>
<p>
Patterns to use when guessing the next page in a document
@@ -1393,7 +1397,7 @@
<tags>'wia' 'wildanchor'</tags>
<spec>'wildanchor' 'wia'</spec>
<type>regexlist</type>
<default>!/ex/(back|buffer|ext|forward|help|undo)</default>
<default>!'/ex/(back|buffer|ext|forward|help|undo)'</default>
<description>
<p>
Regular expression list defining which completion groups show only