mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:47:57 +01:00
don't prepend the ex command string to the MOW output for all commands
This commit is contained in:
@@ -232,7 +232,7 @@ function Buffer() //{{{
|
||||
var items = vimperator.completion.get_buffer_completions("");
|
||||
var number, indicator, title, url;
|
||||
|
||||
var list = "<table>"
|
||||
var list = ":" + vimperator.commandline.getCommand() + "<br/>" + "<table>";
|
||||
for (var i = 0; i < items.length; i++)
|
||||
{
|
||||
if (i == vimperator.tabs.index())
|
||||
|
||||
Reference in New Issue
Block a user