From 22e77df0ea7f0822bd80d8dc5d629e41f7a8bb17 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 7 Oct 2007 23:09:06 +0000 Subject: [PATCH] close :time MOW output table element --- content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands.js b/content/commands.js index 7d2d044f..7d8f6b68 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1453,7 +1453,7 @@ function Commands() //{{{ "Code execution summary" + " Executed:" + count + "times" + "" + each + "" + - "" + total + "" + "" + total + "" + ""; vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);