From ecc29525229cdf9147841d754a0379347940014f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 12 Aug 2007 13:20:55 +0000 Subject: [PATCH] don't echo text after copying it to the clipboard with "Y" --- chrome/content/vimperator/mappings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 9f5678f0..b8b0fcf2 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -576,7 +576,6 @@ function Mappings() //{{{ { var sel = window.content.document.getSelection(); vimperator.copyToClipboard(sel); - vimperator.echo("Yanked " + sel); }, { short_help: "Copy selected text",