1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 05:35:46 +01:00

don't echo text after copying it to the clipboard with "Y"

This commit is contained in:
Doug Kearns
2007-08-12 13:20:55 +00:00
parent 7d6f16b946
commit ecc2952522

View File

@@ -576,7 +576,6 @@ function Mappings() //{{{
{
var sel = window.content.document.getSelection();
vimperator.copyToClipboard(sel);
vimperator.echo("Yanked " + sel);
},
{
short_help: "Copy selected text",