diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-04-17 12:13:37 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-04-17 12:13:37 +0200 |
commit | 0835bc2af23d2631e986caef886337d9694b730f (patch) | |
tree | b3107a77fa23774ffe7a7bf04355c63220eb7936 /scripts | |
parent | a104570ad82618ffffc82ffea3f12c5bb0a35232 (diff) | |
download | context-0835bc2af23d2631e986caef886337d9694b730f.tar.gz |
2016-04-17 12:00:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-server-ctx-help.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-server-ctx-help.lua b/scripts/context/lua/mtx-server-ctx-help.lua index 0a3081428..a67d69ffd 100644 --- a/scripts/context/lua/mtx-server-ctx-help.lua +++ b/scripts/context/lua/mtx-server-ctx-help.lua @@ -563,7 +563,6 @@ local function generate(configuration,filename,hashed) elseif lastcommand and lastcommand ~= "" then - local list = collect(current,lastcommand,lastinterface,lastmode) if list and #list > 0 then local data = list[1] |