mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
Run completion.file in the foreground.
This commit is contained in:
@@ -1305,7 +1305,7 @@ function Completion() //{{{
|
|||||||
if (tail)
|
if (tail)
|
||||||
context.advance(dir.length);
|
context.advance(dir.length);
|
||||||
context.keys = { text: 0, description: 1, icon: 2 };
|
context.keys = { text: 0, description: 1, icon: 2 };
|
||||||
context.background = true;
|
// context.background = true;
|
||||||
context.key = dir;
|
context.key = dir;
|
||||||
context.generate = function generate_file()
|
context.generate = function generate_file()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user