summaryrefslogtreecommitdiff
path: root/xulmus
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-08-08 18:47:12 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-08-08 18:51:51 +1000
commitacd60757d4675808e2239f515d66d0dc551cc732 (patch)
tree45b3437aecb91d0052450abd48e33f46c54a19a4 /xulmus
parentf98ab9a9d303959d2d0ed66141e48510230804c0 (diff)
downloadpentadactyl-acd60757d4675808e2239f515d66d0dc551cc732.tar.gz
Add :!! pseudo command help item.
Diffstat (limited to 'xulmus')
-rw-r--r--xulmus/locale/en-US/index.txt1
-rw-r--r--xulmus/locale/en-US/various.txt9
2 files changed, 9 insertions, 1 deletions
diff --git a/xulmus/locale/en-US/index.txt b/xulmus/locale/en-US/index.txt
index fc3c2208..f499e5a7 100644
--- a/xulmus/locale/en-US/index.txt
+++ b/xulmus/locale/en-US/index.txt
@@ -181,6 +181,7 @@ section::Command-line{nbsp}editing[ex-edit-index]
section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:![c]|| Run a command +
+||[c]:!![c]|| Repeat last [c]:!{cmd}[c] +
||[c]:abbreviate[c]|| Abbreviate a key sequence +
||[c]:abclear[c]|| Remove all abbreviations +
||[c]:addons[c]|| Manage available Extensions and Themes +
diff --git a/xulmus/locale/en-US/various.txt b/xulmus/locale/en-US/various.txt
index 15d1f61b..e5197512 100644
--- a/xulmus/locale/en-US/various.txt
+++ b/xulmus/locale/en-US/various.txt
@@ -26,7 +26,7 @@ it, 1 space is one space.
________________________________________________________________________________
-|:run| |:!| +
+|:run| |:!| |:!cmd| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
@@ -39,6 +39,13 @@ processes, though (e.g. [c]:! xterm &[c]).
________________________________________________________________________________
+|:!!| +
+||:!!||
+________________________________________________________________________________
+Repeat last [c]:!{cmd}[c].
+________________________________________________________________________________
+
+
|:sil| |:silent| +
||:sil[ent] {command}||
________________________________________________________________________________