summaryrefslogtreecommitdiff
path: root/common/locale
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-18 11:54:31 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-18 11:54:31 -0500
commitf1e4ef93dfefe9c06e011c8c53f6d09aa1cec5a5 (patch)
tree0eda4a26ee5494ee84460a6ac3ca4225493e26cf /common/locale
parent3f343d0d983f0e6c67a8515a4dcc6622531a7ae5 (diff)
downloadpentadactyl-f1e4ef93dfefe9c06e011c8c53f6d09aa1cec5a5.tar.gz
Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly.
Diffstat (limited to 'common/locale')
-rw-r--r--common/locale/en-US/various.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml
index db65a99e..b45202ee 100644
--- a/common/locale/en-US/various.xml
+++ b/common/locale/en-US/various.xml
@@ -113,9 +113,12 @@
<item>
<tags>:yank :y</tags>
- <spec>:y[ank] <a>cmd</a></spec>
+ <spec>:y[ank] :<a>cmd</a></spec>
+ <spec>:y[ank] <a>js</a></spec>
<description>
- <p>Yanks the output of the given command to the clipboard.</p>
+ <p>
+ Yanks the output of the given Ex command <a>cmd</a> or JavaScript <a>js</a> to the clipboard.
+ </p>
</description>
</item>