1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:27:58 +01:00

Run completion.file in the foreground.

This commit is contained in:
Kris Maglione
2008-12-07 15:23:29 -05:00
parent ad0bc34c90
commit a63465f3e5

View File

@@ -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()
{ {