From 1b0748b7b4cbe9a051a286ec22a133120c5ef0d4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 7 Oct 2007 23:08:46 +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 f5cbb629..f9f08af2 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1456,7 +1456,7 @@ function Commands() //{{{ "Code execution summary" + " Executed:" + count + "times" + "" + each + "" + - "" + total + "" + "" + total + "" + ""; vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);