1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 21:42:26 +01:00

Add a help entry for :silent.

This commit is contained in:
Doug Kearns
2009-03-31 23:11:50 +11:00
parent c146ff99b4
commit d985a4d6c8
4 changed files with 20 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:setglobal[c]|| Set global option +
||[c]:setlocal[c]|| Set local option +
||[c]:sidebar[c]|| Open the sidebar window +
||[c]:silent[c]|| Execute a command silently +
||[c]:style[c]|| Style Vimperator and web sites +
||[c]:source[c]|| Read Ex commands from a file +
||[c]:stop[c]|| Stop loading +

View File

@@ -38,6 +38,15 @@ require stdin or it will hang Firefox!
________________________________________________________________________________
|:sil| |:silent| +
||:sil[ent] {command}||
________________________________________________________________________________
Execute a command silently. Normal messages and error messages generated by the
command invocation will not be given and will not be added to the message
history.
________________________________________________________________________________
|:ve| |:version| +
||:ve[rsion][!]||
________________________________________________________________________________