From 197a0c152b00b4a9544f9c7a771b662f8203e09b Mon Sep 17 00:00:00 2001 From: janus_wel Date: Sun, 2 Nov 2008 18:10:44 +0000 Subject: fix titleAndURL's description on completion git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22590 d0d07461-0603-4401-acd4-de1884942a52 --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') diff --git a/copy.js b/copy.js index a382e6c..cfd9176 100644 --- a/copy.js +++ b/copy.js @@ -87,7 +87,7 @@ commands.addUserCommand(['copy'],'Copy to clipboard', return completion.javascript(filter); } var templates = liberator.globalVariables.copy_templates.map(function(template) - [template.label, template.value] + [template.label, liberator.modules.util.escapeString(template.value, '"')] ); if (!filter){ return [0,templates]; } var candidates = []; -- cgit v1.2.3