mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Run complete.help in the foreground
This commit is contained in:
@@ -1263,7 +1263,6 @@ function Completion() //{{{
|
|||||||
help: function help(context)
|
help: function help(context)
|
||||||
{
|
{
|
||||||
context.title = ["Help"];
|
context.title = ["Help"];
|
||||||
context.background = true;
|
|
||||||
context.generate = function ()
|
context.generate = function ()
|
||||||
{
|
{
|
||||||
let res = config.helpFiles.map(function (file) {
|
let res = config.helpFiles.map(function (file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user