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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user