1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 14:22:27 +01:00

add :optionusage command

This commit is contained in:
Doug Kearns
2008-10-04 16:45:16 +00:00
parent 7275233327
commit 7cd9f28279
4 changed files with 44 additions and 6 deletions

View File

@@ -60,16 +60,24 @@ ____________________________________________________________________________
|:exu| |:exusage| +
||:exu[sage][!]||
________________________________________________________________________________
Show help on Ex commands. Added to simulate the Nvi command. If [!] is given
then the help is listed in the command output window.
Show help on Ex commands. If [!] is given then the help is listed in the
command output window.
________________________________________________________________________________
|:optionu| |:optionusage| +
||:optionu[sage][!]||
________________________________________________________________________________
Show help on options. If [!] is given then the help is listed in the command
output window.
________________________________________________________________________________
|:viu| |:viusage| +
||:viu[sage][!]||
________________________________________________________________________________
Show help on Normal mode commands. Added to simulate the Nvi command. If [!] is
given then the help is listed in the command output window.
Show help on Normal mode commands. If [!] is given then the help is listed in
the command output window.
________________________________________________________________________________