diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-03-31 23:11:50 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-03-31 23:11:50 +1100 |
commit | d985a4d6c8cda1a22ce81ba55cd0a42f316ffd2d (patch) | |
tree | b4994a23ff4d043081b5152f749e38d6718f6c81 /vimperator/locale/en-US | |
parent | c146ff99b494c966ac283da6a35d2295a85c1f48 (diff) | |
download | pentadactyl-d985a4d6c8cda1a22ce81ba55cd0a42f316ffd2d.tar.gz |
Add a help entry for :silent.
Diffstat (limited to 'vimperator/locale/en-US')
-rw-r--r-- | vimperator/locale/en-US/index.txt | 1 | ||||
-rw-r--r-- | vimperator/locale/en-US/various.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index c5cf8efb..3306bf2f 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -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 + diff --git a/vimperator/locale/en-US/various.txt b/vimperator/locale/en-US/various.txt index 7110495f..3d91d444 100644 --- a/vimperator/locale/en-US/various.txt +++ b/vimperator/locale/en-US/various.txt @@ -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][!]|| ________________________________________________________________________________ |