mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:54:11 +01:00
Add a help entry for :silent.
This commit is contained in:
@@ -233,6 +233,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
|||||||
||[c]:setglobal[c]|| Set global option +
|
||[c]:setglobal[c]|| Set global option +
|
||||||
||[c]:setlocal[c]|| Set local option +
|
||[c]:setlocal[c]|| Set local option +
|
||||||
||[c]:sidebar[c]|| Open the sidebar window +
|
||[c]:sidebar[c]|| Open the sidebar window +
|
||||||
|
||[c]:silent[c]|| Execute a command silently +
|
||||||
||[c]:style[c]|| Style Vimperator and web sites +
|
||[c]:style[c]|| Style Vimperator and web sites +
|
||||||
||[c]:source[c]|| Read Ex commands from a file +
|
||[c]:source[c]|| Read Ex commands from a file +
|
||||||
||[c]:stop[c]|| Stop loading +
|
||[c]:stop[c]|| Stop loading +
|
||||||
|
|||||||
@@ -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| |:version| +
|
||||||
||:ve[rsion][!]||
|
||:ve[rsion][!]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -277,6 +277,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
|||||||
||[c]:set[c]|| Set an option +
|
||[c]:set[c]|| Set an option +
|
||||||
||[c]:setglobal[c]|| Set global option +
|
||[c]:setglobal[c]|| Set global option +
|
||||||
||[c]:setlocal[c]|| Set local option +
|
||[c]:setlocal[c]|| Set local option +
|
||||||
|
||[c]:silent[c]|| Execute a command silently +
|
||||||
||[c]:style[c]|| Style Xulmus and web sites +
|
||[c]:style[c]|| Style Xulmus and web sites +
|
||||||
||[c]:source[c]|| Read Ex commands from a file +
|
||[c]:source[c]|| Read Ex commands from a file +
|
||||||
||[c]:stop[c]|| Stop loading +
|
||[c]:stop[c]|| Stop loading +
|
||||||
|
|||||||
@@ -38,6 +38,15 @@ require stdin or it will hang Songbird!
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|: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| |:version| +
|
||||||
||:ve[rsion][!]||
|
||:ve[rsion][!]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user