mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 17:15:47 +01:00
prepend commandline to MOW output of :autocmd
This commit is contained in:
@@ -192,7 +192,9 @@ liberator.AutoCommands = function () //{{{
|
|||||||
list: function (auEvent, regex) // arguments are filters (NULL = all)
|
list: function (auEvent, regex) // arguments are filters (NULL = all)
|
||||||
{
|
{
|
||||||
var flag;
|
var flag;
|
||||||
var list = "<table><tr><td class=\"hl-Title\" colspan=\"2\">---- Auto-Commands ----</td></tr>";
|
var list = ":" + liberator.util.escapeHTML(liberator.commandline.getCommand()) + "<br/>" +
|
||||||
|
"<table><tr><td class=\"hl-Title\" colspan=\"2\">---- Auto-Commands ----</td></tr>";
|
||||||
|
|
||||||
for (var item in autoCommands)
|
for (var item in autoCommands)
|
||||||
{
|
{
|
||||||
flag = true;
|
flag = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user