1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 18:05:45 +01:00

Addenda and corrigenda for the last and next to next to last commits.

This commit is contained in:
Štěpán Němec
2010-12-18 19:06:53 +01:00
parent 716e8cea94
commit c7411dfcff
7 changed files with 48 additions and 58 deletions

View File

@@ -703,6 +703,22 @@
</description>
</item>
<item>
<tags>'fc' 'findcase'</tags>
<spec>'findcase'</spec>
<type>string</type>
<default>smart</default>
<description>
<p>Find case matching mode.</p>
<dl>
<dt>ignore</dt> <dd>Case is never significant</dd>
<dt>match</dt> <dd>Case is always significant</dd>
<dt>smart</dt> <dd>Case is significant when capital letters are typed</dd>
</dl>
</description>
</item>
<item>
<tags>'fh' 'followhints'</tags>
<spec>'followhints' 'fh'</spec>
@@ -912,9 +928,9 @@
</item>
<item>
<tags>'nohls' 'nohlfind'</tags>
<tags>'hls' 'hlfind'</tags>
<spec>'hlfind' 'hls'</spec>
<tags>'nohlf' 'nohlfind'</tags>
<tags>'hlf' 'hlfind'</tags>
<spec>'hlfind' 'hlf'</spec>
<type>boolean</type>
<default>off</default>
<description>
@@ -923,9 +939,9 @@
</item>
<item>
<tags>'nois' 'noincfind'</tags>
<tags>'is' 'incfind'</tags>
<spec>'incfind' 'is'</spec>
<tags>'noif' 'noincfind'</tags>
<tags>'if' 'incfind'</tags>
<spec>'incfind' 'if'</spec>
<type>boolean</type>
<default>on</default>
<description>
@@ -1308,22 +1324,6 @@
</description>
</item>
<item>
<tags>'sc' 'searchcase'</tags>
<spec>'searchcase'</spec>
<type>string</type>
<default>smart</default>
<description>
<p>Search case matching mode.</p>
<dl>
<dt>ignore</dt> <dd>Case is never significant</dd>
<dt>match</dt> <dd>Case is always significant</dd>
<dt>smart</dt> <dd>Case is significant when capital letters are typed</dd>
</dl>
</description>
</item>
<item>
<tags>'shell' 'sh'</tags>
<spec>'shell' 'sh'</spec>

View File

@@ -285,34 +285,40 @@
</item>
<item>
<tags>:exu :exusage</tags>
<spec>:exu<oa>sage</oa><oa>!</oa></spec>
<tags>:lc :listcommands</tags>
<spec>:listc<oa>ommands</oa> <oa>filter</oa></spec>
<spec>:lc <oa>filter</oa></spec>
<description>
<p>
Show help on Ex commands. If <oa>!</oa> is given then the help is listed in the
command output window.
List all Ex commands matching <oa>filter</oa> along with their
short descriptions. The output contains links to the source code
definitions.
</p>
</description>
</item>
<item>
<tags>:optionu :optionusage</tags>
<spec>:optionu<oa>sage</oa><oa>!</oa></spec>
<tags>:lk :listkeys</tags>
<spec>:listk<oa>eys</oa> <oa>-mode <a>mode</a></oa> <oa>filter</oa></spec>
<spec>:lk <oa>-mode <a>mode</a></oa> <oa>filter</oa></spec>
<description>
<p>
Show help on options. If <oa>!</oa> is given then the help is listed in the command
output window.
List the key mappings defined for <a>mode</a> (Normal by default)
matching <oa>filter</oa> along with their short descriptions. The
output contains links to the source code definitions.
</p>
</description>
</item>
<item>
<tags>:viu :viusage</tags>
<spec>:viu<oa>sage</oa><oa>!</oa></spec>
<tags>:lo :listoptions</tags>
<spec>:listo<oa>ptions</oa> <oa>filter</oa></spec>
<spec>:lo <oa>filter</oa></spec>
<description>
<p>
Show help on Normal mode commands. If <oa>!</oa> is given then the help is listed in
the command output window.
List all options matching <oa>filter</oa> along with their short
descriptions. The output contains links to the source code
definitions.
</p>
</description>
</item>