1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 04:07:59 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2010-10-02 17:49:55 +10:00
parent 21514370da
commit ec9b83d898
32 changed files with 43 additions and 358 deletions

View File

@@ -8,16 +8,16 @@ Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions: Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software. all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.

View File

@@ -149,7 +149,7 @@ const CommandWidgets = Class("CommandWidgets", {
multilineOutput: Class.memoize(function () { multilineOutput: Class.memoize(function () {
let elem = document.getElementById("dactyl-multiline-output"); let elem = document.getElementById("dactyl-multiline-output");
elem.contentDocument.body.id = "dactyl-multiline-output-content"; elem.contentDocument.body.id = "dactyl-multiline-output-content";
document.getElementById("dactyl-context-copylink").style.listStyleImage = document.getElementById("dactyl-context-copylink").style.listStyleImage =
util.computedStyle(document.getElementById("context-copylink")).listStyleImage; util.computedStyle(document.getElementById("context-copylink")).listStyleImage;
return elem; return elem;
}), }),

View File

@@ -411,7 +411,7 @@
<xsl:apply-templates select="@*" mode="help-1"/> <xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/> <div style="clear: both;"/>
<span dactyl:highlight="HelpNote">Note:</span> <span dactyl:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text> <xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/> <xsl:apply-templates select="node()" mode="help-1"/>
</p> </p>
</xsl:template> </xsl:template>
@@ -420,7 +420,7 @@
<xsl:apply-templates select="@*" mode="help-1"/> <xsl:apply-templates select="@*" mode="help-1"/>
<div style="clear: both;"/> <div style="clear: both;"/>
<span dactyl:highlight="HelpWarning">Warning:</span> <span dactyl:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text> <xsl:text> </xsl:text>
<xsl:apply-templates select="node()" mode="help-1"/> <xsl:apply-templates select="node()" mode="help-1"/>
</p> </p>
</xsl:template> </xsl:template>

View File

@@ -541,7 +541,7 @@ lookup:
// NOTE: this command is only used in :source // NOTE: this command is only used in :source
commands.add(["fini[sh]"], commands.add(["fini[sh]"],
"Stop sourcing a script file", "Stop sourcing a script file",
function () { function () {
dactyl.assert(io.sourcing, "E168: :finish used outside of a sourced file"); dactyl.assert(io.sourcing, "E168: :finish used outside of a sourced file");
io.sourcing.finished = true; io.sourcing.finished = true;
}, },

View File

@@ -37,4 +37,5 @@
<include href="index" tag="index.html"/> <include href="index" tag="index.html"/>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -31,7 +31,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[send-key <C-v> CTRL-V]]></tags> <tags><![CDATA[send-key <C-v> CTRL-V]]></tags>
<spec>CTRL-V</spec> <spec>CTRL-V</spec>
@@ -42,7 +41,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="opening">Opening web pages</h2> <h2 tag="opening">Opening web pages</h2>
<item> <item>
@@ -104,7 +102,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>t :t :tabopen :tabnew</tags> <tags>t :t :tabopen :tabnew</tags>
<spec>:tabopen<oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec> <spec>:tabopen<oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
@@ -118,7 +115,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>T</tags> <tags>T</tags>
<spec>T</spec> <spec>T</spec>
@@ -129,7 +125,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:tabdu :tabduplicate</tags> <tags>:tabdu :tabduplicate</tags>
<spec>:<oa>count</oa>tabdu<oa>plicate</oa><oa>!</oa></spec> <spec>:<oa>count</oa>tabdu<oa>plicate</oa><oa>!</oa></spec>
@@ -142,7 +137,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>O</tags> <tags>O</tags>
<spec>O</spec> <spec>O</spec>
@@ -153,7 +147,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>w :winopen :wopen</tags> <tags>w :winopen :wopen</tags>
<spec>:wino<oa>pen</oa><oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec> <spec>:wino<oa>pen</oa><oa>!</oa> <oa>arg1</oa>, <oa>arg2</oa>, …</spec>
@@ -166,7 +159,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>W</tags> <tags>W</tags>
<spec>W</spec> <spec>W</spec>
@@ -177,7 +169,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<MiddleMouse> p]]></tags> <tags><![CDATA[<MiddleMouse> p]]></tags>
<strut/> <strut/>
@@ -192,7 +183,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>P</tags> <tags>P</tags>
<strut/> <strut/>
@@ -207,7 +197,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>gP</tags> <tags>gP</tags>
<strut/> <strut/>
@@ -221,7 +210,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-x>]]></tags> <tags><![CDATA[<C-x>]]></tags>
<strut/> <strut/>
@@ -236,7 +224,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-a>]]></tags> <tags><![CDATA[<C-a>]]></tags>
<strut/> <strut/>
@@ -249,7 +236,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>~</tags> <tags>~</tags>
<spec>~</spec> <spec>~</spec>
@@ -258,7 +244,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="navigating">Navigating</h2> <h2 tag="navigating">Navigating</h2>
<item> <item>
@@ -276,7 +261,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[L <C-i> CTRL-i :fo :fw :forward]]></tags> <tags><![CDATA[L <C-i> CTRL-i :fo :fw :forward]]></tags>
<spec>:<oa>count</oa>fo<oa>rward</oa> <oa>url</oa></spec> <spec>:<oa>count</oa>fo<oa>rward</oa> <oa>url</oa></spec>
@@ -292,7 +276,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:ju :jumps</tags> <tags>:ju :jumps</tags>
<spec>:ju<oa>mps</oa></spec> <spec>:ju<oa>mps</oa></spec>
@@ -307,7 +290,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>gh</tags> <tags>gh</tags>
<spec>gh</spec> <spec>gh</spec>
@@ -316,7 +298,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>gH</tags> <tags>gH</tags>
<strut/> <strut/>
@@ -330,7 +311,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>gu</tags> <tags>gu</tags>
<spec><oa>count</oa>gu</spec> <spec><oa>count</oa>gu</spec>
@@ -345,7 +325,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>gU</tags> <tags>gU</tags>
<spec>gU</spec> <spec>gU</spec>
@@ -360,7 +339,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="reloading">Reloading</h2> <h2 tag="reloading">Reloading</h2>
<item> <item>
@@ -371,7 +349,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>R</tags> <tags>R</tags>
<spec>R</spec> <spec>R</spec>
@@ -380,7 +357,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:re :reload</tags> <tags>:re :reload</tags>
<spec>:re<oa>load</oa><oa>!</oa></spec> <spec>:re<oa>load</oa><oa>!</oa></spec>
@@ -392,7 +368,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:reloada :reloadall</tags> <tags>:reloada :reloadall</tags>
<spec>:reloada<oa>ll</oa><oa>!</oa></spec> <spec>:reloada<oa>ll</oa><oa>!</oa></spec>
@@ -404,7 +379,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="stopping">Stopping</h2> <h2 tag="stopping">Stopping</h2>
<item> <item>
@@ -417,7 +391,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:stopa :stopall</tags> <tags>:stopa :stopall</tags>
<spec>:stopa<oa>ll</oa></spec> <spec>:stopa<oa>ll</oa></spec>
@@ -426,7 +399,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="writing save-file">Writing</h2> <h2 tag="writing save-file">Writing</h2>
<item> <item>
@@ -443,7 +415,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="quitting save-session">Quitting</h2> <h2 tag="quitting save-session">Quitting</h2>
<item> <item>
@@ -458,7 +429,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:qa :qall :quita :quitall</tags> <tags>:qa :qall :quita :quitall</tags>
<strut/> <strut/>
@@ -471,7 +441,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:wc :wclose :winc :winclose</tags> <tags>:wc :wclose :winc :winclose</tags>
<spec>:winc<oa>lose</oa></spec> <spec>:winc<oa>lose</oa></spec>
@@ -480,7 +449,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:winon :winonly</tags> <tags>:winon :winonly</tags>
<spec>:winon<oa>ly</oa></spec> <spec>:winon<oa>ly</oa></spec>
@@ -489,7 +457,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:xa :xall :wq :wqa :wqall</tags> <tags>:xa :xall :wq :wqa :wqall</tags>
<spec>:wqa<oa>ll</oa></spec> <spec>:wqa<oa>ll</oa></spec>
@@ -504,7 +471,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>ZQ</tags> <tags>ZQ</tags>
<spec>ZQ</spec> <spec>ZQ</spec>
@@ -513,7 +479,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>ZZ</tags> <tags>ZZ</tags>
<spec>ZZ</spec> <spec>ZZ</spec>
@@ -525,7 +490,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<h2 tag="current-directory">The current directory</h2> <h2 tag="current-directory">The current directory</h2>
<item> <item>
@@ -541,7 +505,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
<item> <item>
<tags>:pw :pwd</tags> <tags>:pw :pwd</tags>
<spec>:pw<oa>d</oa></spec> <spec>:pw<oa>d</oa></spec>
@@ -550,7 +513,6 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -33,7 +33,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[g<C-g>]]></tags> <tags><![CDATA[g<C-g>]]></tags>
<spec>g&lt;C-g></spec> <spec>g&lt;C-g></spec>
@@ -42,7 +41,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:pa :pageinfo</tags> <tags>:pa :pageinfo</tags>
<spec>:pa<oa>geinfo</oa> <oa>items</oa></spec> <spec>:pa<oa>geinfo</oa> <oa>items</oa></spec>
@@ -55,7 +53,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>gf</tags> <tags>gf</tags>
<strut/> <strut/>
@@ -68,7 +65,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>gF</tags> <tags>gF</tags>
<strut/> <strut/>
@@ -84,7 +80,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:vie :viewsource</tags> <tags>:vie :viewsource</tags>
<spec>:vie<oa>wsource</oa><oa>!</oa> <oa>url</oa></spec> <spec>:vie<oa>wsource</oa><oa>!</oa> <oa>url</oa></spec>
@@ -98,7 +93,6 @@
</description> </description>
</item> </item>
<h2 tag="motion scrolling">Motion commands</h2> <h2 tag="motion scrolling">Motion commands</h2>
<item> <item>
@@ -113,7 +107,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>$</tags> <tags>$</tags>
<spec>$</spec> <spec>$</spec>
@@ -122,7 +115,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Home> gg]]></tags> <tags><![CDATA[<Home> gg]]></tags>
<strut/> <strut/>
@@ -136,7 +128,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<End> G]]></tags> <tags><![CDATA[<End> G]]></tags>
<strut/> <strut/>
@@ -149,7 +140,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>N%</tags> <tags>N%</tags>
<spec><a>count</a>%</spec> <spec><a>count</a>%</spec>
@@ -158,7 +148,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Left> h]]></tags> <tags><![CDATA[<Left> h]]></tags>
<strut/> <strut/>
@@ -171,7 +160,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-e> <Down> j]]></tags> <tags><![CDATA[<C-e> <Down> j]]></tags>
<strut/> <strut/>
@@ -184,7 +172,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-y> <Up> k]]></tags> <tags><![CDATA[<C-y> <Up> k]]></tags>
<strut/> <strut/>
@@ -197,7 +184,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Right> l]]></tags> <tags><![CDATA[<Right> l]]></tags>
<strut/> <strut/>
@@ -210,7 +196,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-d>]]></tags> <tags><![CDATA[<C-d>]]></tags>
<strut/> <strut/>
@@ -224,7 +209,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-u>]]></tags> <tags><![CDATA[<C-u>]]></tags>
<strut/> <strut/>
@@ -238,7 +222,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<S-Space> <PageUp> <C-b>]]></tags> <tags><![CDATA[<S-Space> <PageUp> <C-b>]]></tags>
<strut/> <strut/>
@@ -251,7 +234,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Space> <PageDown> <C-f>]]></tags> <tags><![CDATA[<Space> <PageDown> <C-f>]]></tags>
<strut/> <strut/>
@@ -264,7 +246,6 @@
</description> </description>
</item> </item>
<h2 tag="jumping">Jumping to elements</h2> <h2 tag="jumping">Jumping to elements</h2>
<item> <item>
@@ -275,7 +256,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<S-Tab>]]></tags> <tags><![CDATA[<S-Tab>]]></tags>
<spec>&lt;S-Tab></spec> <spec>&lt;S-Tab></spec>
@@ -284,7 +264,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>gi</tags> <tags>gi</tags>
<strut/> <strut/>
@@ -298,7 +277,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>]f</tags> <tags>]f</tags>
<strut/> <strut/>
@@ -312,7 +290,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>[f</tags> <tags>[f</tags>
<strut/> <strut/>
@@ -326,7 +303,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>]]</tags> <tags>]]</tags>
<strut/> <strut/>
@@ -340,7 +316,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>[[</tags> <tags>[[</tags>
<strut/> <strut/>
@@ -354,7 +329,6 @@
</description> </description>
</item> </item>
<h2 tag="zooming zoom">Zooming</h2> <h2 tag="zooming zoom">Zooming</h2>
<p> <p>
@@ -395,7 +369,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>zm</tags> <tags>zm</tags>
<strut/> <strut/>
@@ -405,7 +378,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>- zo</tags> <tags>- zo</tags>
<spec><oa>count</oa>zo</spec> <spec><oa>count</oa>zo</spec>
@@ -414,7 +386,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>zr</tags> <tags>zr</tags>
<spec><oa>count</oa>zr</spec> <spec><oa>count</oa>zr</spec>
@@ -423,7 +394,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>zz</tags> <tags>zz</tags>
<strut/> <strut/>
@@ -437,7 +407,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>ZI zI</tags> <tags>ZI zI</tags>
<spec><oa>count</oa>ZI</spec> <spec><oa>count</oa>ZI</spec>
@@ -446,7 +415,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>ZM zM</tags> <tags>ZM zM</tags>
<strut/> <strut/>
@@ -456,7 +424,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>ZO zO</tags> <tags>ZO zO</tags>
<spec><oa>count</oa>ZO</spec> <spec><oa>count</oa>ZO</spec>
@@ -465,7 +432,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>ZR zR</tags> <tags>ZR zR</tags>
<spec><oa>count</oa>ZR</spec> <spec><oa>count</oa>ZR</spec>
@@ -474,7 +440,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>ZZ zZ</tags> <tags>ZZ zZ</tags>
<strut/> <strut/>
@@ -487,7 +452,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:zo :zoom</tags> <tags>:zo :zoom</tags>
<spec>:zo<oa>om</oa><oa>!</oa> <oa>value</oa></spec> <spec>:zo<oa>om</oa><oa>!</oa> <oa>value</oa></spec>
@@ -507,7 +471,6 @@
</description> </description>
</item> </item>
<h2 tag="frames">Working with frames</h2> <h2 tag="frames">Working with frames</h2>
<item> <item>
@@ -518,7 +481,6 @@
</description> </description>
</item> </item>
<h2 tag="copying yanking">Copying text</h2> <h2 tag="copying yanking">Copying text</h2>
<p> <p>
@@ -535,7 +497,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>Y</tags> <tags>Y</tags>
<spec>Y</spec> <spec>Y</spec>
@@ -544,7 +505,6 @@
</description> </description>
</item> </item>
<h2 tag="alternate-stylesheet">Alternate style sheets</h2> <h2 tag="alternate-stylesheet">Alternate style sheets</h2>
Page authors may specify alternate style sheets for an HTML Page authors may specify alternate style sheets for an HTML
@@ -565,7 +525,6 @@ selecting their favorite.
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -45,7 +45,6 @@
</description> </description>
</item> </item>
<h2 tag="cmdline-editing">Command-line editing</h2> <h2 tag="cmdline-editing">Command-line editing</h2>
<item> <item>
@@ -56,7 +55,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<C-]>]]></tags> <tags><![CDATA[c_<C-]>]]></tags>
<spec>&lt;C-]></spec> <spec>&lt;C-]></spec>
@@ -65,7 +63,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<Up>]]></tags> <tags><![CDATA[c_<Up>]]></tags>
<strut/> <strut/>
@@ -78,7 +75,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<Down>]]></tags> <tags><![CDATA[c_<Down>]]></tags>
<strut/> <strut/>
@@ -91,7 +87,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<S-Up> c_<PageUp>]]></tags> <tags><![CDATA[c_<S-Up> c_<PageUp>]]></tags>
<spec>&lt;S-Up></spec> <spec>&lt;S-Up></spec>
@@ -102,7 +97,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<S-Down> c_<PageDown>]]></tags> <tags><![CDATA[c_<S-Down> c_<PageDown>]]></tags>
<spec>&lt;S-Down></spec> <spec>&lt;S-Down></spec>
@@ -112,7 +106,6 @@
</description> </description>
</item> </item>
<h2 tag="cmdline-completion">Command-line completion</h2> <h2 tag="cmdline-completion">Command-line completion</h2>
<item> <item>
@@ -129,7 +122,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<S-Tab>]]></tags> <tags><![CDATA[c_<S-Tab>]]></tags>
<strut/> <strut/>
@@ -139,7 +131,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<A-Tab>]]></tags> <tags><![CDATA[c_<A-Tab>]]></tags>
<strut/> <strut/>
@@ -152,7 +143,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[c_<A-S-Tab>]]></tags> <tags><![CDATA[c_<A-S-Tab>]]></tags>
<strut/> <strut/>
@@ -162,7 +152,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -196,16 +196,16 @@ XML.prettyPrinting = <hl key="Boolean">false</hl>;
triggers to toggle the playing of animation on the current page. triggers to toggle the playing of animation on the current page.
</p> </p>
<item> <item>
<tags>'flashblock' 'fb'</tags> <tags>'flashblock' 'fb'</tags>
<spec>'flashblock' 'fb'</spec> <spec>'flashblock' 'fb'</spec>
<type>boolean</type> <type>boolean</type>
<default>true</default> <default>true</default>
<description> <description>
<p> <p>
Controls the blocking of flash animations. When true, place Controls the blocking of flash animations. When true, place
holders are substituted for flash animations on untrusted sites. holders are substituted for flash animations on untrusted sites.
</p> </p>
</description> </description>
</item> </item>
<escape><oa>...</oa> <escape><oa>...</oa>
<hl key="HelpXMLTagEnd">&lt;/plugin></hl></escape>;</xml-block> <hl key="HelpXMLTagEnd">&lt;/plugin></hl></escape>;</xml-block>

View File

@@ -44,7 +44,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:echoe :echoerr</tags> <tags>:echoe :echoerr</tags>
<spec>:echoe<oa>rr</oa> <a>expr</a></spec> <spec>:echoe<oa>rr</oa> <a>expr</a></spec>
@@ -56,7 +55,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:echom :echomsg</tags> <tags>:echom :echomsg</tags>
<spec>:echom<oa>sg</oa> <a>expr</a></spec> <spec>:echom<oa>sg</oa> <a>expr</a></spec>
@@ -68,7 +66,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:exe :execute</tags> <tags>:exe :execute</tags>
<spec>:exe<oa>cute</oa> <a>expr</a></spec> <spec>:exe<oa>cute</oa> <a>expr</a></spec>
@@ -86,7 +83,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:js :javas :javascript</tags> <tags>:js :javas :javascript</tags>
<spec>:javas<oa>cript</oa> <a>cmd</a></spec> <spec>:javas<oa>cript</oa> <a>cmd</a></spec>
@@ -138,7 +134,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:let</tags> <tags>:let</tags>
<spec>:let <a>var-name</a> [+-.]= <a>expr1</a></spec> <spec>:let <a>var-name</a> [+-.]= <a>expr1</a></spec>
@@ -154,7 +149,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:unl :unlet</tags> <tags>:unl :unlet</tags>
<spec>:unl<oa>et</oa><oa>!</oa> <a>name</a></spec> <spec>:unl<oa>et</oa><oa>!</oa> <a>name</a></spec>

View File

@@ -37,7 +37,6 @@
</description> </description>
</item> </item>
<h2 tag="dialogs">Dialogs</h2> <h2 tag="dialogs">Dialogs</h2>
<item> <item>
@@ -54,7 +53,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:dia :dialog</tags> <tags>:dia :dialog</tags>
<spec>:dia<oa>log</oa> <oa>&dactyl.host;-dialog</oa></spec> <spec>:dia<oa>log</oa> <oa>&dactyl.host;-dialog</oa></spec>
@@ -65,7 +63,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:dl :downl :downloads</tags> <tags>:dl :downl :downloads</tags>
<strut/> <strut/>
@@ -79,7 +76,6 @@
</description> </description>
</item> </item>
<h2 tag="extensions add-ons">Add-ons</h2> <h2 tag="extensions add-ons">Add-ons</h2>
<item> <item>
@@ -93,7 +89,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:extde :extdelete</tags> <tags>:extde :extdelete</tags>
<spec>:extde<oa>lete</oa> <a>extension</a></spec> <spec>:extde<oa>lete</oa> <a>extension</a></spec>
@@ -106,7 +101,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:extd :extdisable</tags> <tags>:extd :extdisable</tags>
<spec>:extd<oa>isable</oa> <a>extension</a></spec> <spec>:extd<oa>isable</oa> <a>extension</a></spec>
@@ -119,7 +113,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:exte :extenable</tags> <tags>:exte :extenable</tags>
<spec>:exte<oa>nable</oa> <a>extension</a></spec> <spec>:exte<oa>nable</oa> <a>extension</a></spec>
@@ -132,7 +125,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:exts :extens :extensions</tags> <tags>:exts :extens :extensions</tags>
<spec>:extens<oa>ions</oa></spec> <spec>:extens<oa>ions</oa></spec>
@@ -142,7 +134,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:exto :extoptions</tags> <tags>:exto :extoptions</tags>
<spec>:exto<oa>ptions</oa><oa>!</oa> <a>extension</a></spec> <spec>:exto<oa>ptions</oa><oa>!</oa> <a>extension</a></spec>
@@ -156,7 +147,6 @@
</description> </description>
</item> </item>
<h2 tag="sidebar">Sidebar</h2> <h2 tag="sidebar">Sidebar</h2>
<item> <item>
@@ -167,7 +157,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:sbope :sbopen :sb :sbar :sideb :sidebar</tags> <tags>:sbope :sbopen :sb :sbar :sideb :sidebar</tags>
<spec>:sidebar <a>name</a></spec> <spec>:sidebar <a>name</a></spec>
@@ -180,7 +169,6 @@
</description> </description>
</item> </item>
<h2 tag="status-line status-bar">Status line</h2> <h2 tag="status-line status-bar">Status line</h2>
<p> <p>
@@ -248,7 +236,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tbh :tbhide :toolbarh :toolbarhide</tags> <tags>:tbh :tbhide :toolbarh :toolbarhide</tags>
<spec>:toolbarhide <a>name</a></spec> <spec>:toolbarhide <a>name</a></spec>
@@ -257,7 +244,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tbt :tbtoggle :toolbart :toolbartoggle</tags> <tags>:tbt :tbtoggle :toolbart :toolbartoggle</tags>
<spec>:toolbartoggle <a>name</a></spec> <spec>:toolbartoggle <a>name</a></spec>
@@ -266,7 +252,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -19,7 +19,7 @@
narrow them down. While the default action is to click the narrow them down. While the default action is to click the
selected link, other actions are available, including saving the selected link, other actions are available, including saving the
resulting link, copying its URL, or saving an image. For each resulting link, copying its URL, or saving an image. For each
of these actions, only the set of applicable elements is of these actions, only the set of applicable elements is
highlighted. highlighted.
</p> </p>
@@ -56,7 +56,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>F</tags> <tags>F</tags>
<strut/> <strut/>
@@ -72,8 +71,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>extended-hints</tags> <tags>extended-hints</tags>
<tags>; ExtendedHint</tags> <tags>; ExtendedHint</tags>
@@ -126,4 +123,5 @@
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -22,7 +22,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="C-]" mode="i"/></dt> <dd>Expand an Insert-mode abbreviation</dd> <dt><k name="C-]" mode="i"/></dt> <dd>Expand an Insert-mode abbreviation</dd>
</dl> </dl>
<h2 tag="normal-index">Normal mode</h2> <h2 tag="normal-index">Normal mode</h2>
<dl> <dl>
@@ -42,29 +41,24 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="C-z"/></dt> <dd>Temporarily ignore all &dactyl.appName; key bindings</dd> <dt><k name="C-z"/></dt> <dd>Temporarily ignore all &dactyl.appName; key bindings</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="Esc"/></dt> <dd>Focus content</dd> <dt><k name="Esc"/></dt> <dd>Focus content</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="F1"/></dt> <dd>Open help window</dd> <dt><k name="F1"/></dt> <dd>Open help window</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="S-Tab"/></dt> <dd>Rewind keyboard focus</dd> <dt><k name="S-Tab"/></dt> <dd>Rewind keyboard focus</dd>
<dt><k name="Tab"/></dt> <dd>Advance keyboard focus</dd> <dt><k name="Tab"/></dt> <dd>Advance keyboard focus</dd>
</dl> </dl>
<dl> <dl>
<dt><k>0</k></dt> <dd>Scroll to the absolute left of the document</dd> <dt><k>0</k></dt> <dd>Scroll to the absolute left of the document</dd>
<dt><k>$</k></dt> <dd>Scroll to the absolute right of the document</dd> <dt><k>$</k></dt> <dd>Scroll to the absolute right of the document</dd>
</dl> </dl>
<dl> <dl>
<dt><k>A</k></dt> <dd>Toggle bookmarked state of current URL</dd> <dt><k>A</k></dt> <dd>Toggle bookmarked state of current URL</dd>
<dt><k>B</k></dt> <dd>Show buffer list</dd> <dt><k>B</k></dt> <dd>Show buffer list</dd>
@@ -83,7 +77,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>W</k></dt> <dd>Open one or more URLs in a new window, based on current location</dd> <dt><k>W</k></dt> <dd>Open one or more URLs in a new window, based on current location</dd>
</dl> </dl>
<dl> <dl>
<dt><k>a</k></dt> <dd>Open a prompt to bookmark the current URL</dd> <dt><k>a</k></dt> <dd>Open a prompt to bookmark the current URL</dd>
<dt><k>b</k></dt> <dd>Open a prompt to switch buffers</dd> <dt><k>b</k></dt> <dd>Open a prompt to switch buffers</dd>
@@ -106,22 +99,18 @@ This file contains a list of all available commands, mappings and options.
<dt><k>w</k></dt> <dd>Open one or more URLs in a new window</dd> <dt><k>w</k></dt> <dd>Open one or more URLs in a new window</dd>
</dl> </dl>
<dl> <dl>
<dt><k>;</k></dt> <dd>Start an extended hint mode</dd> <dt><k>;</k></dt> <dd>Start an extended hint mode</dd>
</dl> </dl>
<dl> <dl>
<dt><k>:</k></dt> <dd>Enter Command-line mode</dd> <dt><k>:</k></dt> <dd>Enter Command-line mode</dd>
</dl> </dl>
<dl> <dl>
<dt><k>~</k></dt> <dd>Open home directory</dd> <dt><k>~</k></dt> <dd>Open home directory</dd>
</dl> </dl>
<dl> <dl>
<dt><k>/</k></dt> <dd>Search forward for a pattern</dd> <dt><k>/</k></dt> <dd>Search forward for a pattern</dd>
<dt><k>?</k></dt> <dd>Search backwards for a pattern</dd> <dt><k>?</k></dt> <dd>Search backwards for a pattern</dd>
@@ -129,28 +118,23 @@ This file contains a list of all available commands, mappings and options.
<dt><k>#</k></dt> <dd>Find word under cursor backwards</dd> <dt><k>#</k></dt> <dd>Find word under cursor backwards</dd>
</dl> </dl>
<dl> <dl>
<dt><k>N%</k></dt> <dd>Scroll to <a>count</a> percent of the document</dd> <dt><k>N%</k></dt> <dd>Scroll to <a>count</a> percent of the document</dd>
</dl> </dl>
<dl> <dl>
<dt><k>'</k></dt> <dd>Jump to the mark</dd> <dt><k>'</k></dt> <dd>Jump to the mark</dd>
</dl> </dl>
<dl> <dl>
<dt><k>@</k></dt> <dd>Play a macro</dd> <dt><k>@</k></dt> <dd>Play a macro</dd>
</dl> </dl>
<dl> <dl>
<dt><k>.</k></dt> <dd>Repeat the last keyboard command</dd> <dt><k>.</k></dt> <dd>Repeat the last keyboard command</dd>
<dt><k>@:</k></dt> <dd>Repeat the last Ex command <oa>count</oa> times</dd> <dt><k>@:</k></dt> <dd>Repeat the last Ex command <oa>count</oa> times</dd>
</dl> </dl>
<dl> <dl>
<dt><k>]f</k></dt> <dd>Focus next frame</dd> <dt><k>]f</k></dt> <dd>Focus next frame</dd>
<dt><k>[f</k></dt> <dd>Focus previous frame</dd> <dt><k>[f</k></dt> <dd>Focus previous frame</dd>
@@ -158,7 +142,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>[[ </k></dt> <dd>Follow the link labeled 'prev', 'previous' or '&lt;' if it exists</dd> <dt><k>[[ </k></dt> <dd>Follow the link labeled 'prev', 'previous' or '&lt;' if it exists</dd>
</dl> </dl>
<dl> <dl>
<dt><k>g$</k></dt> <dd>Go to the last tab</dd> <dt><k>g$</k></dt> <dd>Go to the last tab</dd>
<dt><k>g&lt;</k></dt> <dd>Redisplay the last command output</dd> <dt><k>g&lt;</k></dt> <dd>Redisplay the last command output</dd>
@@ -181,7 +164,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k>gu</k></dt> <dd>Go to parent directory</dd> <dt><k>gu</k></dt> <dd>Go to parent directory</dd>
</dl> </dl>
<dl> <dl>
<dt><k>ZQ</k></dt> <dd>Quit and don't save the session</dd> <dt><k>ZQ</k></dt> <dd>Quit and don't save the session</dd>
<dt><k>ZZ</k></dt> <dd>Quit and save the session</dd> <dt><k>ZZ</k></dt> <dd>Quit and save the session</dd>
@@ -197,25 +179,21 @@ This file contains a list of all available commands, mappings and options.
<dt><k>zz</k></dt> <dd>Set text zoom value of current web page</dd> <dt><k>zz</k></dt> <dd>Set text zoom value of current web page</dd>
</dl> </dl>
<h2 tag="ex-edit-index">Command-line editing</h2> <h2 tag="ex-edit-index">Command-line editing</h2>
<dl> <dl>
<dt><k name="C-c" mode="c"/></dt> <dd>Quit Command-line mode without executing</dd> <dt><k name="C-c" mode="c"/></dt> <dd>Quit Command-line mode without executing</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="C-]" mode="c"/></dt> <dd>Expand a command-line abbreviation</dd> <dt><k name="C-]" mode="c"/></dt> <dd>Expand a command-line abbreviation</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="Up" mode="c"/></dt> <dd>Recall the previous command line from the history list which matches the current command line</dd> <dt><k name="Up" mode="c"/></dt> <dd>Recall the previous command line from the history list which matches the current command line</dd>
<dt><k name="Down" mode="c"/></dt> <dd>Recall the next command line from the history list which matches the current command line</dd> <dt><k name="Down" mode="c"/></dt> <dd>Recall the next command line from the history list which matches the current command line</dd>
</dl> </dl>
<dl> <dl>
<dt><k name="Tab" mode="c"/></dt> <dd>Complete the word in front of the cursor according to the behavior specified in <o>wildmode</o></dd> <dt><k name="Tab" mode="c"/></dt> <dd>Complete the word in front of the cursor according to the behavior specified in <o>wildmode</o></dd>
<dt><k name="S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>wildmode</o> contains "full"</dd> <dt><k name="S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>wildmode</o> contains "full"</dd>
@@ -223,7 +201,6 @@ This file contains a list of all available commands, mappings and options.
<dt><k name="A-S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>altwildmode</o> contains "full"</dd> <dt><k name="A-S-Tab" mode="c"/></dt> <dd>Complete the previous full match when <o>altwildmode</o> contains "full"</dd>
</dl> </dl>
<h2 tag="ex-cmd-index :index">Ex commands</h2> <h2 tag="ex-cmd-index :index">Ex commands</h2>
<dl> <dl>
@@ -376,7 +353,6 @@ This file contains a list of all available commands, mappings and options.
<dt><ex>:zoom</ex></dt> <dd>Set zoom value of current web page</dd> <dt><ex>:zoom</ex></dt> <dd>Set zoom value of current web page</dd>
</dl> </dl>
<h2 tag="option-index">Options</h2> <h2 tag="option-index">Options</h2>
<dl> <dl>
@@ -446,6 +422,6 @@ This file contains a list of all available commands, mappings and options.
<dt><o>wordseparators</o></dt> <dd>How words are split for hintmatching</dd> <dt><o>wordseparators</o></dt> <dd>How words are split for hintmatching</dd>
</dl> </dl>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -27,8 +27,6 @@
</description> </description>
</item> </item>
<h2 tag="ins-special-keys">Insert-mode special keys</h2> <h2 tag="ins-special-keys">Insert-mode special keys</h2>
<item> <item>
@@ -58,6 +56,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -100,7 +100,6 @@
</description> </description>
</item> </item>
<h3 tag=":map-options">Map options</h3> <h3 tag=":map-options">Map options</h3>
<p> <p>
Any of the map commands may be given the following options: Any of the map commands may be given the following options:
@@ -118,7 +117,6 @@
<dt>-silent</dt> <dd>Do not echo any generated keys to the command-line (short name <em>-s</em>, also <em>&lt;silent></em> for Vim compatibility)</dd> <dt>-silent</dt> <dd>Do not echo any generated keys to the command-line (short name <em>-s</em>, also <em>&lt;silent></em> for Vim compatibility)</dd>
</dl> </dl>
<item> <item>
<tags>:no :noremap</tags> <tags>:no :noremap</tags>
<spec>:no<oa>remap</oa> <a>lhs</a> <a>rhs</a></spec> <spec>:no<oa>remap</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -143,7 +141,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:unm :unmap</tags> <tags>:unm :unmap</tags>
<spec>:map <a>lhs</a> <a>rhs</a></spec> <spec>:map <a>lhs</a> <a>rhs</a></spec>
@@ -160,7 +157,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:mapc :mapclear</tags> <tags>:mapc :mapclear</tags>
<spec>:mapc<oa>lear</oa></spec> <spec>:mapc<oa>lear</oa></spec>
@@ -179,7 +175,6 @@
</description> </description>
</item> </item>
<item> <item>
<spec>:map</spec> <spec>:map</spec>
<spec>:nm<oa>ap</oa></spec> <spec>:nm<oa>ap</oa></spec>
@@ -191,7 +186,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:map_l</tags> <tags>:map_l</tags>
<spec>:map <a>lhs</a></spec> <spec>:map <a>lhs</a></spec>
@@ -208,8 +202,6 @@
</description> </description>
</item> </item>
<h3 tag=":map-arguments">Special arguments</h3> <h3 tag=":map-arguments">Special arguments</h3>
<tags>:map-&lt;silent></tags> <tags>:map-&lt;silent></tags>
@@ -343,7 +335,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<CR> map_return]]></tags> <tags><![CDATA[<CR> map_return]]></tags>
<strut/> <strut/>
@@ -357,7 +348,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Leader> mapleader \]]></tags> <tags><![CDATA[<Leader> mapleader \]]></tags>
<strut/> <strut/>
@@ -377,7 +367,6 @@
</description> </description>
</item> </item>
<h2 tag="abbreviations">Abbreviations</h2> <h2 tag="abbreviations">Abbreviations</h2>
<p> <p>
@@ -430,7 +419,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:ca :cabbrev</tags> <tags>:ca :cabbrev</tags>
<spec>:ca<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec> <spec>:ca<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -445,7 +433,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:ia :iabbrev</tags> <tags>:ia :iabbrev</tags>
<spec>:ia<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec> <spec>:ia<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec>
@@ -459,7 +446,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:una :unabbreviate</tags> <tags>:una :unabbreviate</tags>
<spec>:una<oa>bbreviate</oa> <a>lhs</a></spec> <spec>:una<oa>bbreviate</oa> <a>lhs</a></spec>
@@ -468,7 +454,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:cuna :cunabbrev</tags> <tags>:cuna :cunabbrev</tags>
<spec>:cuna<oa>bbrev</oa> <a>lhs</a></spec> <spec>:cuna<oa>bbrev</oa> <a>lhs</a></spec>
@@ -481,7 +466,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:iuna :iunabbrev</tags> <tags>:iuna :iunabbrev</tags>
<spec>:iuna<oa>bbrev</oa> <a>lhs</a></spec> <spec>:iuna<oa>bbrev</oa> <a>lhs</a></spec>
@@ -494,7 +478,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:abc :abclear</tags> <tags>:abc :abclear</tags>
<spec>:abc<oa>lear</oa></spec> <spec>:abc<oa>lear</oa></spec>
@@ -503,7 +486,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:cabc :cabclear</tags> <tags>:cabc :cabclear</tags>
<spec>:cabc<oa>lear</oa></spec> <spec>:cabc<oa>lear</oa></spec>
@@ -512,7 +494,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:iabc :iabclear</tags> <tags>:iabc :iabclear</tags>
<spec>:iabc<oa>lear</oa></spec> <spec>:iabc<oa>lear</oa></spec>
@@ -521,7 +502,6 @@
</description> </description>
</item> </item>
<h2 tag="user-commands">User-defined commands</h2> <h2 tag="user-commands">User-defined commands</h2>
<p> <p>
@@ -543,7 +523,6 @@
</description> </description>
</item> </item>
<item> <item>
<spec>:com<oa>mand</oa> <a>cmd</a></spec> <spec>:com<oa>mand</oa> <a>cmd</a></spec>
<description> <description>
@@ -551,7 +530,6 @@
</description> </description>
</item> </item>
<item> <item>
<spec>:com<oa>mand</oa><oa>!</oa> <oa><a>attr</a></oa> <a>cmd</a> <a>rep</a></spec> <spec>:com<oa>mand</oa><oa>!</oa> <oa><a>attr</a></oa> <a>cmd</a> <a>rep</a></spec>
<description> <description>
@@ -704,7 +682,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:comc :comclear</tags> <tags>:comc :comclear</tags>
<spec>:comc<oa>lear</oa></spec> <spec>:comc<oa>lear</oa></spec>
@@ -713,7 +690,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:delc :delcommand</tags> <tags>:delc :delcommand</tags>
<spec>:delc<oa>ommand</oa> <a>cmd</a></spec> <spec>:delc<oa>ommand</oa> <a>cmd</a></spec>
@@ -722,7 +698,6 @@
</description> </description>
</item> </item>
<h2 tag="command-examples">Examples</h2> <h2 tag="command-examples">Examples</h2>
<p>Add a :Google command to search via google:</p> <p>Add a :Google command to search via google:</p>
@@ -731,4 +706,5 @@
<!-- TODO: add decent examples --> <!-- TODO: add decent examples -->
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -454,6 +454,7 @@
</p> </p>
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -28,7 +28,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:messc :messclear</tags> <tags>:messc :messclear</tags>
<spec>:messc<oa>lear</oa></spec> <spec>:messc<oa>lear</oa></spec>
@@ -37,7 +36,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[g<]]></tags> <tags><![CDATA[g<]]></tags>
<strut/> <strut/>
@@ -84,4 +82,5 @@
</dl> </dl>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -422,7 +422,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'cpt' 'complete'</tags> <tags>'cpt' 'complete'</tags>
<spec>'complete' 'cpt'</spec> <spec>'complete' 'cpt'</spec>
@@ -454,7 +453,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'ds' 'defsearch'</tags> <tags>'ds' 'defsearch'</tags>
<spec>'defsearch' 'ds'</spec> <spec>'defsearch' 'ds'</spec>
@@ -477,7 +475,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'editor'</tags> <tags>'editor'</tags>
<spec>'editor'</spec> <spec>'editor'</spec>
@@ -498,7 +495,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'enc' 'encoding'</tags> <tags>'enc' 'encoding'</tags>
<spec>'encoding'</spec> <spec>'encoding'</spec>
@@ -512,7 +508,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noeb' 'noerrorbells'</tags> <tags>'noeb' 'noerrorbells'</tags>
<tags>'eb' 'errorbells'</tags> <tags>'eb' 'errorbells'</tags>
@@ -527,7 +522,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'ei' 'eventignore'</tags> <tags>'ei' 'eventignore'</tags>
<spec>'eventignore'</spec> <spec>'eventignore'</spec>
@@ -542,7 +536,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noex' 'noexrc'</tags> <tags>'noex' 'noexrc'</tags>
<tags>'ex' 'exrc'</tags> <tags>'ex' 'exrc'</tags>
@@ -558,7 +551,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'eht' 'extendedhinttags'</tags> <tags>'eht' 'extendedhinttags'</tags>
<spec>'extendedhinttags' 'eht'</spec> <spec>'extendedhinttags' 'eht'</spec>
@@ -574,7 +566,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'fenc' 'fileencoding'</tags> <tags>'fenc' 'fileencoding'</tags>
<spec>'fileencoding'</spec> <spec>'fileencoding'</spec>
@@ -588,7 +579,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'fh' 'followhints'</tags> <tags>'fh' 'followhints'</tags>
<spec>'followhints' 'fh'</spec> <spec>'followhints' 'fh'</spec>
@@ -607,7 +597,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nofs' 'nofullscreen'</tags> <tags>'nofs' 'nofullscreen'</tags>
<tags>'fs' 'fullscreen'</tags> <tags>'fs' 'fullscreen'</tags>
@@ -622,7 +611,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'go' 'guioptions'</tags> <tags>'go' 'guioptions'</tags>
<spec>'guioptions' 'go'</spec> <spec>'guioptions' 'go'</spec>
@@ -653,7 +641,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hf' 'helpfile'</tags> <tags>'hf' 'helpfile'</tags>
<spec>'helpfile' 'hf'</spec> <spec>'helpfile' 'hf'</spec>
@@ -667,7 +654,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hin' 'hintinputs'</tags> <tags>'hin' 'hintinputs'</tags>
<spec>'hintinputs' 'hin'</spec> <spec>'hintinputs' 'hin'</spec>
@@ -689,7 +675,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hk' 'hintkeys'</tags> <tags>'hk' 'hintkeys'</tags>
<spec>'hintkeys' 'hk'</spec> <spec>'hintkeys' 'hk'</spec>
@@ -706,7 +691,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hm' 'hintmatching'</tags> <tags>'hm' 'hintmatching'</tags>
<spec>'hintmatching' 'hm'</spec> <spec>'hintmatching' 'hm'</spec>
@@ -759,7 +743,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'ht' 'hinttags'</tags> <tags>'ht' 'hinttags'</tags>
<spec>'hinttags' 'ht'</spec> <spec>'hinttags' 'ht'</spec>
@@ -775,7 +758,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hto' 'hinttimeout'</tags> <tags>'hto' 'hinttimeout'</tags>
<spec>'hinttimeout' 'hto'</spec> <spec>'hinttimeout' 'hto'</spec>
@@ -790,7 +772,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'hi' 'history'</tags> <tags>'hi' 'history'</tags>
<spec>'history' 'hi'</spec> <spec>'history' 'hi'</spec>
@@ -804,7 +785,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nohls' 'nohlsearch'</tags> <tags>'nohls' 'nohlsearch'</tags>
<tags>'hls' 'hlsearch'</tags> <tags>'hls' 'hlsearch'</tags>
@@ -816,7 +796,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noic' 'noignorecase'</tags> <tags>'noic' 'noignorecase'</tags>
<tags>'ic' 'ignorecase'</tags> <tags>'ic' 'ignorecase'</tags>
@@ -828,7 +807,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nois' 'noincsearch'</tags> <tags>'nois' 'noincsearch'</tags>
<tags>'is' 'incsearch'</tags> <tags>'is' 'incsearch'</tags>
@@ -840,7 +818,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noim' 'noinsertmode'</tags> <tags>'noim' 'noinsertmode'</tags>
<tags>'im' 'insertmode'</tags> <tags>'im' 'insertmode'</tags>
@@ -861,7 +838,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'jsd' 'jsdebugger'</tags> <tags>'jsd' 'jsdebugger'</tags>
<spec>'jsdebugger' 'jsd'</spec> <spec>'jsdebugger' 'jsd'</spec>
@@ -874,7 +850,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'ls' 'laststatus'</tags> <tags>'ls' 'laststatus'</tags>
<spec>'laststatus' 'ls'</spec> <spec>'laststatus' 'ls'</spec>
@@ -895,7 +870,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nolks' 'nolinksearch'</tags> <tags>'nolks' 'nolinksearch'</tags>
<tags>'lks' 'linksearch'</tags> <tags>'lks' 'linksearch'</tags>
@@ -912,7 +886,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nolpl' 'lpl'</tags> <tags>'nolpl' 'lpl'</tags>
<tags>'noloadplugins' 'loadplugins'</tags> <tags>'noloadplugins' 'loadplugins'</tags>
@@ -952,7 +925,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'maxitems'</tags> <tags>'maxitems'</tags>
<spec>'maxitems'</spec> <spec>'maxitems'</spec>
@@ -963,7 +935,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'msgs' 'messages'</tags> <tags>'msgs' 'messages'</tags>
<spec>'messages' 'msgs'</spec> <spec>'messages' 'msgs'</spec>
@@ -974,7 +945,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nomore' 'more'</tags> <tags>'nomore' 'more'</tags>
<spec>'more'</spec> <spec>'more'</spec>
@@ -988,7 +958,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'newtab'</tags> <tags>'newtab'</tags>
<spec>'newtab'</spec> <spec>'newtab'</spec>
@@ -1017,7 +986,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nextpattern'</tags> <tags>'nextpattern'</tags>
<spec>'nextpattern'</spec> <spec>'nextpattern'</spec>
@@ -1034,7 +1002,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noonline' 'online'</tags> <tags>'noonline' 'online'</tags>
<spec>'online'</spec> <spec>'online'</spec>
@@ -1048,7 +1015,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'pageinfo' 'pa'</tags> <tags>'pageinfo' 'pa'</tags>
<spec>'pageinfo' 'pa'</spec> <spec>'pageinfo' 'pa'</spec>
@@ -1073,7 +1039,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'pps' 'popups'</tags> <tags>'pps' 'popups'</tags>
<spec>'popups' 'pps'</spec> <spec>'popups' 'pps'</spec>
@@ -1108,7 +1073,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'previouspattern'</tags> <tags>'previouspattern'</tags>
<spec>'previouspattern'</spec> <spec>'previouspattern'</spec>
@@ -1125,7 +1089,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noprivate' 'private'</tags> <tags>'noprivate' 'private'</tags>
<spec>'private'</spec> <spec>'private'</spec>
@@ -1143,7 +1106,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>$&dactyl.idName;_RUNTIME</tags> <tags>$&dactyl.idName;_RUNTIME</tags>
<tags>'rtp' 'runtimepath'</tags> <tags>'rtp' 'runtimepath'</tags>
@@ -1178,7 +1140,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'si' 'sanitizeitems'</tags> <tags>'si' 'sanitizeitems'</tags>
<spec>'sanitizeitems' 'si'</spec> <spec>'sanitizeitems' 'si'</spec>
@@ -1193,7 +1154,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'sts' 'sanitizetimespan'</tags> <tags>'sts' 'sanitizetimespan'</tags>
<spec>'sanitizetimespan' 'sts'</spec> <spec>'sanitizetimespan' 'sts'</spec>
@@ -1217,7 +1177,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'scr' 'scroll'</tags> <tags>'scr' 'scroll'</tags>
<spec>'scroll' 'scr'</spec> <spec>'scroll' 'scr'</spec>
@@ -1234,7 +1193,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'shell' 'sh'</tags> <tags>'shell' 'sh'</tags>
<spec>'shell' 'sh'</spec> <spec>'shell' 'sh'</spec>
@@ -1245,7 +1203,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'shellcmdflag' 'shcf'</tags> <tags>'shellcmdflag' 'shcf'</tags>
<spec>'shellcmdflag' 'shcf'</spec> <spec>'shellcmdflag' 'shcf'</spec>
@@ -1257,7 +1214,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nosmd' 'noshowmode'</tags> <tags>'nosmd' 'noshowmode'</tags>
<tags>'smd' 'showmode'</tags> <tags>'smd' 'showmode'</tags>
@@ -1269,7 +1225,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'ssli' 'showstatuslinks'</tags> <tags>'ssli' 'showstatuslinks'</tags>
<spec>'showstatuslinks' 'ssli'</spec> <spec>'showstatuslinks' 'ssli'</spec>
@@ -1292,7 +1247,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'stal' 'showtabline'</tags> <tags>'stal' 'showtabline'</tags>
<spec>'showtabline' 'stal'</spec> <spec>'showtabline' 'stal'</spec>
@@ -1311,7 +1265,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noscs' 'nosmartcase'</tags> <tags>'noscs' 'nosmartcase'</tags>
<tags>'scs' 'smartcase'</tags> <tags>'scs' 'smartcase'</tags>
@@ -1327,7 +1280,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'nosf' 'nostrictfocus'</tags> <tags>'nosf' 'nostrictfocus'</tags>
<tags>'sf' 'strictfocus'</tags> <tags>'sf' 'strictfocus'</tags>
@@ -1341,7 +1293,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'suggestengines'</tags> <tags>'suggestengines'</tags>
<spec>'suggestengines'</spec> <spec>'suggestengines'</spec>
@@ -1355,7 +1306,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'titlestring'</tags> <tags>'titlestring'</tags>
<spec>'titlestring'</spec> <spec>'titlestring'</spec>
@@ -1370,7 +1320,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'urlseparator'</tags> <tags>'urlseparator'</tags>
<spec>'urlseparator'</spec> <spec>'urlseparator'</spec>
@@ -1387,7 +1336,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'noum' 'nousermode'</tags> <tags>'noum' 'nousermode'</tags>
<tags>'um' 'usermode'</tags> <tags>'um' 'usermode'</tags>
@@ -1399,7 +1347,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'vbs' 'verbose'</tags> <tags>'vbs' 'verbose'</tags>
<spec>'verbose' 'vbs'</spec> <spec>'verbose' 'vbs'</spec>
@@ -1417,7 +1364,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>'novb' 'novisualbell'</tags> <tags>'novb' 'novisualbell'</tags>
<tags>'vb' 'visualbell'</tags> <tags>'vb' 'visualbell'</tags>
@@ -1561,4 +1507,5 @@
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -73,7 +73,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>?</tags> <tags>?</tags>
<spec>?<a>pattern</a><oa>?</oa><k name="CR"/></spec> <spec>?<a>pattern</a><oa>?</oa><k name="CR"/></spec>
@@ -82,7 +81,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>n</tags> <tags>n</tags>
<spec>n</spec> <spec>n</spec>
@@ -91,7 +89,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>N</tags> <tags>N</tags>
<spec>N</spec> <spec>N</spec>
@@ -100,7 +97,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>*</tags> <tags>*</tags>
<spec>*</spec> <spec>*</spec>
@@ -109,7 +105,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>#</tags> <tags>#</tags>
<spec>#</spec> <spec>#</spec>
@@ -118,7 +113,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:noh :nohlsearch</tags> <tags>:noh :nohlsearch</tags>
<strut/> <strut/>
@@ -133,4 +127,5 @@
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -23,7 +23,6 @@
</description> </description>
</item> </item>
<item> <item>
<spec>:ha<oa>rdcopy</oa><oa>!</oa> ><a>filename</a></spec> <spec>:ha<oa>rdcopy</oa><oa>!</oa> ><a>filename</a></spec>
<description> <description>
@@ -33,7 +32,6 @@
</description> </description>
</item> </item>
<h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2> <h2 tag="&dactyl.host;-print-dialogs">&dactyl.host; printing dialogs</h2>
<p> <p>
@@ -50,4 +48,5 @@
</p> </p>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -32,7 +32,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>@:</tags> <tags>@:</tags>
<strut/> <strut/>
@@ -42,8 +41,6 @@
</description> </description>
</item> </item>
<h2 tag="macros complex-repeat">Macros</h2> <h2 tag="macros complex-repeat">Macros</h2>
<item> <item>
@@ -60,7 +57,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:macros</tags> <tags>:macros</tags>
<spec>:mac<oa>ros</oa> <oa>pat</oa></spec> <spec>:mac<oa>ros</oa> <oa>pat</oa></spec>
@@ -72,7 +68,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:delmac :delmacros</tags> <tags>:delmac :delmacros</tags>
<spec>:delmac<oa>ros</oa> <a>pat</a></spec> <spec>:delmac<oa>ros</oa> <a>pat</a></spec>
@@ -85,7 +80,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>@</tags> <tags>@</tags>
<spec><oa>count</oa>@<a>a-z0-9</a></spec> <spec><oa>count</oa>@<a>a-z0-9</a></spec>
@@ -97,7 +91,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>@@</tags> <tags>@@</tags>
<spec><oa>count</oa>@@</spec> <spec><oa>count</oa>@@</spec>
@@ -106,8 +99,6 @@
</description> </description>
</item> </item>
<h2 tag="using-scripts">Using scripts</h2> <h2 tag="using-scripts">Using scripts</h2>
<item> <item>
@@ -156,14 +147,14 @@
and <em>modules</em> objects are accessible to your script as and <em>modules</em> objects are accessible to your script as
global variables. global variables.
</p> </p>
<p> <p>
Files in <em>~/.&dactyl.name;/plugins</em> may additionally be Files in <em>~/.&dactyl.name;/plugins</em> may additionally be
accessed in <em>plugins.<a>filename</a></em> where <a>filename</a> accessed in <em>plugins.<a>filename</a></em> where <a>filename</a>
is the last component of the file's path stripped of any is the last component of the file's path stripped of any
extensions, with all hyphens stripped and any letter following a extensions, with all hyphens stripped and any letter following a
hyphen capitalized. So, the file hyphen capitalized. So, the file
<em>~/.&dactyl.name;/plugins/foo-bar.js</em> may be accessed as <em>~/.&dactyl.name;/plugins/foo-bar.js</em> may be accessed as
<em>plugins.fooBar</em>. See also <t>writing-plugins</t> <em>plugins.fooBar</em>. See also <t>writing-plugins</t>
</p> </p>
@@ -186,7 +177,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:lpl :loadplugins</tags> <tags>:lpl :loadplugins</tags>
<strut/> <strut/>
@@ -204,7 +194,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:ru :runtime</tags> <tags>:ru :runtime</tags>
<spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a></spec> <spec>:runt<oa>ime</oa><oa>!</oa> <a>file</a></spec>
@@ -219,7 +208,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:scrip :scriptnames</tags> <tags>:scrip :scriptnames</tags>
<spec>:scrip<oa>tnames</oa></spec> <spec>:scrip<oa>tnames</oa></spec>
@@ -228,7 +216,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:fini :finish</tags> <tags>:fini :finish</tags>
<strut/> <strut/>
@@ -241,7 +228,6 @@
</description> </description>
</item> </item>
<h2 tag="profile profiling">Profiling</h2> <h2 tag="profile profiling">Profiling</h2>
<item> <item>
@@ -265,4 +251,5 @@
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -32,7 +32,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>++cmd</tags> <tags>++cmd</tags>
<spec>++cmd <a>command</a></spec> <spec>++cmd <a>command</a></spec>
@@ -46,7 +45,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>+u</tags> <tags>+u</tags>
<spec>+u <a>rcfile</a></spec> <spec>+u <a>rcfile</a></spec>
@@ -60,7 +58,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>++noplugin</tags> <tags>++noplugin</tags>
<spec>++noplugin</spec> <spec>++noplugin</spec>
@@ -69,7 +66,6 @@
</description> </description>
</item> </item>
<h2 tag="initialization startup">Initialization</h2> <h2 tag="initialization startup">Initialization</h2>
<p>At startup, &dactyl.appName; completes the following tasks in order. </p> <p>At startup, &dactyl.appName; completes the following tasks in order. </p>
@@ -164,7 +160,6 @@
</description> </description>
</item> </item>
<h2 tag="restarting">Restarting</h2> <h2 tag="restarting">Restarting</h2>
<item> <item>
@@ -175,7 +170,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -35,7 +35,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:hi :highlight</tags> <tags>:hi :highlight</tags>
<spec>:hi<oa>ghlight</oa><oa>!</oa> <a>group</a><oa>selector</oa></spec> <spec>:hi<oa>ghlight</oa><oa>!</oa> <a>group</a><oa>selector</oa></spec>
@@ -130,7 +129,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:highlight-clear</tags> <tags>:highlight-clear</tags>
<spec>:hi<oa>ghlight</oa> clear <oa>group</oa></spec> <spec>:hi<oa>ghlight</oa> clear <oa>group</oa></spec>
@@ -142,7 +140,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:sty :style</tags> <tags>:sty :style</tags>
<spec>:sty<oa>le</oa><oa>!</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec> <spec>:sty<oa>le</oa><oa>!</oa> <oa>-name=<a>name</a></oa> <oa>-append</oa> <a>filter</a> <oa>css</oa></spec>
@@ -175,7 +172,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:dels :delstyle</tags> <tags>:dels :delstyle</tags>
<spec>:dels<oa>tyle</oa> <oa>-name=<a>name</a></oa> <oa>-index=<a>index</a></oa> <oa>filter</oa> <oa>css</oa></spec> <spec>:dels<oa>tyle</oa> <oa>-name=<a>name</a></oa> <oa>-index=<a>index</a></oa> <oa>filter</oa> <oa>css</oa></spec>
@@ -198,7 +194,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:styleenable :stylee</tags> <tags>:styleenable :stylee</tags>
<tags>:styenable :stye</tags> <tags>:styenable :stye</tags>
@@ -208,7 +203,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:styledisable :styled</tags> <tags>:styledisable :styled</tags>
<tags>:stydisable :styd</tags> <tags>:stydisable :styd</tags>
@@ -218,7 +212,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:styletoggle :stylet</tags> <tags>:styletoggle :stylet</tags>
<tags>:stytoggle :styt</tags> <tags>:stytoggle :styt</tags>
@@ -228,7 +221,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -47,7 +47,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:keepa :keepalt</tags> <tags>:keepa :keepalt</tags>
<spec>:keepa<oa>lt</oa> <a>cmd</a></spec> <spec>:keepa<oa>lt</oa> <a>cmd</a></spec>
@@ -56,7 +55,6 @@
</description> </description>
</item> </item>
<h2 tag="opening-tabs">Opening tabs</h2> <h2 tag="opening-tabs">Opening tabs</h2>
<item> <item>
@@ -71,7 +69,6 @@
</description> </description>
</item> </item>
<item> <item>
<!-- TODO: move this somewhere more appropriate --> <!-- TODO: move this somewhere more appropriate -->
<tags>:window :wind</tags> <tags>:window :wind</tags>
@@ -84,7 +81,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tabdu :tabduplicate</tags> <tags>:tabdu :tabduplicate</tags>
<spec>:<oa>count</oa>tabdu<oa>plicate</oa></spec> <spec>:<oa>count</oa>tabdu<oa>plicate</oa></spec>
@@ -115,7 +111,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>gB</tags> <tags>gB</tags>
<strut/> <strut/>
@@ -127,7 +122,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>gt</tags> <tags>gt</tags>
<strut/> <strut/>
@@ -140,7 +134,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-PageDown> <C-Tab> <C-n>]]></tags> <tags><![CDATA[<C-PageDown> <C-Tab> <C-n>]]></tags>
<strut/> <strut/>
@@ -153,7 +146,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-PageUp> <C-S-Tab> <C-p> gT]]></tags> <tags><![CDATA[<C-PageUp> <C-S-Tab> <C-p> gT]]></tags>
<strut/> <strut/>
@@ -166,7 +158,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tabn :tabnext</tags> <tags>:tabn :tabnext</tags>
<spec>:<oa>count</oa>tabn<oa>ext</oa> <oa>count</oa></spec> <spec>:<oa>count</oa>tabn<oa>ext</oa> <oa>count</oa></spec>
@@ -182,7 +173,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:bN :bNext :bp :bprevious</tags> <tags>:bN :bNext :bp :bprevious</tags>
<spec>:<oa>count</oa>bp<oa>revious</oa> <oa>count</oa></spec> <spec>:<oa>count</oa>bp<oa>revious</oa> <oa>count</oa></spec>
@@ -200,7 +190,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-6> <C-^>]]></tags> <tags><![CDATA[<C-6> <C-^>]]></tags>
<spec><oa>count</oa>&lt;C-^></spec> <spec><oa>count</oa>&lt;C-^></spec>
@@ -212,7 +201,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>b :b :buffer</tags> <tags>b :b :buffer</tags>
<spec>:<oa>count</oa>b<oa>uffer</oa><oa>!</oa> <oa>url|index</oa></spec> <spec>:<oa>count</oa>b<oa>uffer</oa><oa>!</oa> <oa>url|index</oa></spec>
@@ -238,7 +226,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>g^ g0</tags> <tags>g^ g0</tags>
<spec>g0</spec> <spec>g0</spec>
@@ -256,7 +243,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>g$ :bl :blast :tabl :tablast</tags> <tags>g$ :bl :blast :tabl :tablast</tags>
<spec>:tabl<oa>ast</oa></spec> <spec>:tabl<oa>ast</oa></spec>
@@ -267,7 +253,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tabde :tabdetach</tags> <tags>:tabde :tabdetach</tags>
<strut/> <strut/>
@@ -281,7 +266,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:taba :tabattach</tags> <tags>:taba :tabattach</tags>
<spec>:taba<oa>ttach</oa> <a>window-index</a> <oa>buffer-index</oa></spec> <spec>:taba<oa>ttach</oa> <a>window-index</a> <oa>buffer-index</oa></spec>
@@ -296,7 +280,6 @@
</description> </description>
</item> </item>
<h2 tag="reordering-tabs">Reordering tabs</h2> <h2 tag="reordering-tabs">Reordering tabs</h2>
<item> <item>
@@ -314,8 +297,6 @@
</description> </description>
</item> </item>
<h2 tag="closing-tabs">Closing tabs</h2> <h2 tag="closing-tabs">Closing tabs</h2>
<item> <item>
@@ -338,7 +319,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>D</tags> <tags>D</tags>
<spec><oa>count</oa>D</spec> <spec><oa>count</oa>D</spec>
@@ -347,7 +327,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:tabo :tabonly</tags> <tags>:tabo :tabonly</tags>
<spec>:tabo<oa>nly</oa></spec> <spec>:tabo<oa>nly</oa></spec>
@@ -356,7 +335,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>u :u :undo</tags> <tags>u :u :undo</tags>
<spec>:<oa>count</oa>u<oa>ndo</oa> <oa>url</oa></spec> <spec>:<oa>count</oa>u<oa>ndo</oa> <oa>url</oa></spec>
@@ -370,7 +348,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:undoa :undoall</tags> <tags>:undoa :undoall</tags>
<spec>:undoa<oa>ll</oa></spec> <spec>:undoa<oa>ll</oa></spec>
@@ -379,8 +356,6 @@
</description> </description>
</item> </item>
<h2 tag="looping-over-tabs">Looping over tabs</h2> <h2 tag="looping-over-tabs">Looping over tabs</h2>
<item> <item>
@@ -400,6 +375,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -30,7 +30,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:norm :normal</tags> <tags>:norm :normal</tags>
<spec>:norm<oa>al</oa><oa>!</oa> <a>keys</a></spec> <spec>:norm<oa>al</oa><oa>!</oa> <a>keys</a></spec>
@@ -45,7 +44,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<C-l> CTRL-L :redr :redraw]]></tags> <tags><![CDATA[<C-l> CTRL-L :redr :redraw]]></tags>
<strut/> <strut/>
@@ -55,7 +53,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:run :! :!cmd</tags> <tags>:run :! :!cmd</tags>
<strut/> <strut/>
@@ -70,7 +67,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:!!</tags> <tags>:!!</tags>
<spec>:!!</spec> <spec>:!!</spec>
@@ -79,7 +75,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:sil :silent</tags> <tags>:sil :silent</tags>
<spec>:sil<oa>ent</oa> <a>command</a></spec> <spec>:sil<oa>ent</oa> <a>command</a></spec>
@@ -92,7 +87,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:verb :verbose</tags> <tags>:verb :verbose</tags>
<spec>:<oa>count</oa>verb<oa>ose</oa> <a>command</a></spec> <spec>:<oa>count</oa>verb<oa>ose</oa> <a>command</a></spec>
@@ -104,7 +98,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:ve :version</tags> <tags>:ve :version</tags>
<strut/> <strut/>
@@ -221,7 +214,6 @@
</description> </description>
</item> </item>
<h2 tag="online-help">Online help</h2> <h2 tag="online-help">Online help</h2>
<item> <item>
@@ -238,7 +230,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:helpall :helpa help-all</tags> <tags>:helpall :helpa help-all</tags>
<spec>:helpa<oa>ll</oa> <oa>subject</oa></spec> <spec>:helpa<oa>ll</oa> <oa>subject</oa></spec>
@@ -249,7 +240,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:exu :exusage</tags> <tags>:exu :exusage</tags>
<spec>:exu<oa>sage</oa><oa>!</oa></spec> <spec>:exu<oa>sage</oa><oa>!</oa></spec>
@@ -261,7 +251,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:optionu :optionusage</tags> <tags>:optionu :optionusage</tags>
<spec>:optionu<oa>sage</oa><oa>!</oa></spec> <spec>:optionu<oa>sage</oa><oa>!</oa></spec>
@@ -273,7 +262,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:viu :viusage</tags> <tags>:viu :viusage</tags>
<spec>:viu<oa>sage</oa><oa>!</oa></spec> <spec>:viu<oa>sage</oa><oa>!</oa></spec>
@@ -285,8 +273,6 @@
</description> </description>
</item> </item>
<tags>42</tags> <tags>42</tags>
<p> <p>
@@ -295,7 +281,6 @@
unfortunately. So now you might wonder what the meaning of death is... unfortunately. So now you might wonder what the meaning of death is...
</p> </p>
<h2 tag="uncategorized">Uncategorized help</h2> <h2 tag="uncategorized">Uncategorized help</h2>
<item> <item>
@@ -310,7 +295,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[<Insert> i]]></tags> <tags><![CDATA[<Insert> i]]></tags>
<strut/> <strut/>
@@ -324,6 +308,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -74,7 +74,7 @@
* Page zoom information is now shown in the status bar, and * Page zoom information is now shown in the status bar, and
change in zoom status no longer appears in :messages. change in zoom status no longer appears in :messages.
* Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR. * Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR.
* Completion list now behaves better when the multi-line output * Completion list now behaves better when the multi-line output
window is displayed. window is displayed.
* Major help system improvements: * Major help system improvements:
- Plugins may now provide full-fledged ':help' documentation. - Plugins may now provide full-fledged ':help' documentation.

View File

@@ -178,4 +178,5 @@
</p> </p>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -343,10 +343,8 @@
<em>Tutorial</em> link to return. <em>Tutorial</em> link to return.
</p> </p>
<!-- TODO: other sections? --> <!-- TODO: other sections? -->
<h2 tag="removal">Get me out of here!</h2> <h2 tag="removal">Get me out of here!</h2>
<p> <p>
@@ -365,7 +363,6 @@
as above, with <ex>:set go+=m</ex>, and select <em>Add-ons</em> from the <em>Tools</em> menu. as above, with <ex>:set go+=m</ex>, and select <em>Add-ons</em> from the <em>Tools</em> menu.
</p> </p>
<h2 tag="support">I'm interested… but lost!</h2> <h2 tag="support">I'm interested… but lost!</h2>
<p> <p>
@@ -386,4 +383,5 @@
</p> </p>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -174,6 +174,6 @@ or <ex>:help :set</ex>.
<link topic="http://code.google.com/p/dactyl/issues/list">issue tracker</link>. <link topic="http://code.google.com/p/dactyl/issues/list">issue tracker</link>.
</p> </p>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->

View File

@@ -1,4 +1,4 @@
# Songbird # Songbird
content xulmus content/ content xulmus content/
skin xulmus classic/1.0 skin/ skin xulmus classic/1.0 skin/
locale xulmus en-US locale/en-US/ locale xulmus en-US locale/en-US/

View File

@@ -44,9 +44,9 @@
<spec>:displaypane <a>pane</a></spec> <spec>:displaypane <a>pane</a></spec>
<description> <description>
<p> <p>
Open the specified display pane. <a>pane</a> is any of "service Open the specified display pane. <a>pane</a> is any of "service
pane left", "service pane bottom", "content pane bottom" or "right pane left", "service pane bottom", "content pane bottom" or "right
sidebar". sidebar".
</p> </p>
</description> </description>
</item> </item>

View File

@@ -29,7 +29,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_z :playerpr :playerprev</tags> <tags>p_z :playerpr :playerprev</tags>
<spec>:playerpr<oa>ev</oa></spec> <spec>:playerpr<oa>ev</oa></spec>
@@ -41,7 +40,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_b :playern :playernext</tags> <tags>p_b :playern :playernext</tags>
<spec>:playern<oa>ext</oa></spec> <spec>:playern<oa>ext</oa></spec>
@@ -53,7 +51,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_c :playerpa :playerpause</tags> <tags>p_c :playerpa :playerpause</tags>
<spec>:playerpa<oa>use</oa></spec> <spec>:playerpa<oa>use</oa></spec>
@@ -65,7 +62,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_v :playerps :playerstop</tags> <tags>p_v :playerps :playerstop</tags>
<spec>:playerps<oa>top</oa></spec> <spec>:playerps<oa>top</oa></spec>
@@ -77,7 +73,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_x</tags> <tags>p_x</tags>
<spec>x</spec> <spec>x</spec>
@@ -88,7 +83,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_r</tags> <tags>p_r</tags>
<spec>r</spec> <spec>r</spec>
@@ -99,7 +93,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_i</tags> <tags>p_i</tags>
<spec>i</spec> <spec>i</spec>
@@ -110,7 +103,6 @@
</description> </description>
</item> </item>
<h2 tag="queue queueing">Queueing tracks</h2> <h2 tag="queue queueing">Queueing tracks</h2>
<item> <item>
@@ -128,7 +120,6 @@
</description> </description>
</item> </item>
<h2 tag="filter filtering">Filtering the library</h2> <h2 tag="filter filtering">Filtering the library</h2>
<item> <item>
@@ -145,7 +136,6 @@
</description> </description>
</item> </item>
<h2 tag="seeking">Seeking to a track position</h2> <h2 tag="seeking">Seeking to a track position</h2>
<item> <item>
@@ -158,7 +148,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[p_<Right> p_l]]></tags> <tags><![CDATA[p_<Right> p_l]]></tags>
<spec><oa>count</oa>l</spec> <spec><oa>count</oa>l</spec>
@@ -169,7 +158,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[p_<S-Left> p_H]]></tags> <tags><![CDATA[p_<S-Left> p_H]]></tags>
<spec><oa>count</oa>H</spec> <spec><oa>count</oa>H</spec>
@@ -180,7 +168,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags><![CDATA[p_<S-Right> p_L]]></tags> <tags><![CDATA[p_<S-Right> p_L]]></tags>
<spec><oa>count</oa>L</spec> <spec><oa>count</oa>L</spec>
@@ -191,7 +178,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:see :seek</tags> <tags>:see :seek</tags>
<spec>:see<oa>k</oa> <a>[HH:]MM:SS]</a></spec> <spec>:see<oa>k</oa> <a>[HH:]MM:SS]</a></spec>
@@ -209,7 +195,6 @@
</description> </description>
</item> </item>
<h2 tag="volume">Adjusting the volume</h2> <h2 tag="volume">Adjusting the volume</h2>
<item> <item>
@@ -223,7 +208,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_-</tags> <tags>p_-</tags>
<spec>-</spec> <spec>-</spec>
@@ -234,7 +218,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>:vol :volume</tags> <tags>:vol :volume</tags>
<spec>vol<oa>[ume]</oa> <a>value</a></spec> <spec>vol<oa>[ume]</oa> <a>value</a></spec>
@@ -247,7 +230,6 @@
</description> </description>
</item> </item>
<h2 tag="playlists">Managing playlists</h2> <h2 tag="playlists">Managing playlists</h2>
<item> <item>
@@ -261,7 +243,6 @@
</description> </description>
</item> </item>
<h2 tag="media-view view">Changing media views</h2> <h2 tag="media-view view">Changing media views</h2>
<item> <item>
@@ -275,7 +256,6 @@
</description> </description>
</item> </item>
<h2 tag="search">Search commands</h2> <h2 tag="search">Search commands</h2>
<item> <item>
@@ -289,7 +269,6 @@
</description> </description>
</item> </item>
<!-- <!--
<item> <item>
<tags>p_?</tags> <tags>p_?</tags>
@@ -303,7 +282,6 @@
</item> </item>
--> -->
<item> <item>
<tags>p_n</tags> <tags>p_n</tags>
<spec>n</spec> <spec>n</spec>
@@ -315,7 +293,6 @@
</description> </description>
</item> </item>
<item> <item>
<tags>p_N</tags> <tags>p_N</tags>
<spec>N</spec> <spec>N</spec>
@@ -328,7 +305,6 @@
</description> </description>
</item> </item>
<h2 tag="rating">Rating tracks</h2> <h2 tag="rating">Rating tracks</h2>
<item> <item>
@@ -346,7 +322,6 @@
</description> </description>
</item> </item>
</document> </document>
<!-- vim:se sts=4 sw=4 et: --> <!-- vim:se sts=4 sw=4 et: -->