1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 08:27:58 +01:00

don't prepend the ex command string to the MOW output for all commands

This commit is contained in:
Doug Kearns
2007-10-06 01:12:55 +00:00
parent 868a3f887e
commit b936238b5e
6 changed files with 14 additions and 12 deletions

View File

@@ -304,8 +304,8 @@ function Options() //{{{
this.list = function()
{
// TODO: columns like Vim?
var list = "<table>" +
"<tr align=\"left\" class=\"hl-Title\"><th>--- Options ---</th></tr>";
var list = ":" + vimperator.commandline.getCommand() + "<br/>" +
"<table><tr align=\"left\" class=\"hl-Title\"><th>--- Options ---</th></tr>";
var name, value;
for (var i = 0; i < options.length; i++)