diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-18 11:54:31 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-18 11:54:31 -0500 |
commit | f1e4ef93dfefe9c06e011c8c53f6d09aa1cec5a5 (patch) | |
tree | 0eda4a26ee5494ee84460a6ac3ca4225493e26cf /common/locale | |
parent | 3f343d0d983f0e6c67a8515a4dcc6622531a7ae5 (diff) | |
download | pentadactyl-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.xml | 7 |
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> |