From afb54f62464f56c4b5685c47a9266bdbf63887f4 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 4 Dec 2007 14:08:20 +0000 Subject: [PATCH] small help fixes, thanks dpb! --- content/commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commands.js b/content/commands.js index 24059249..c3918025 100644 --- a/content/commands.js +++ b/content/commands.js @@ -960,7 +960,7 @@ vimperator.Commands = function () //{{{ { usage: ["exe[cute] {expr1} [ ... ]"], shortHelp: "Execute the string that results from the evaluation of {expr1} as an Ex command.", - help: "Example: :execute echo test shows a message with the text "test".
" + help: "Example: :execute echo \"test\" shows a message with the text "test".
" } )); commandManager.add(new vimperator.Command(["exu[sage]"], @@ -2198,7 +2198,7 @@ vimperator.Commands = function () //{{{ "" + "" + "" + - "" + + "" + "" + "
Code execution summary
Executed:" + count + "times
Each time:" + each.toFixed(2) + "" + eachUnits + "
Average time:" + each.toFixed(2) + "" + eachUnits + "
Total time:" + total.toFixed(2) + "" + totalUnits + "
";