1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 15:25:45 +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

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