diff options
Diffstat (limited to 'common/locale/en-US/various.xml')
-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> |