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 + "
";