mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
Fix file completion
This commit is contained in:
@@ -929,7 +929,7 @@ function Completion() //{{{
|
||||
if (tail)
|
||||
return [dir.length, this.cached("file-" + dir, compl, generate, "filter", [true])];
|
||||
else
|
||||
return [0, this.cached("file", filter, generate, "filter", [true])];
|
||||
return [0, this.cached("file-" + dir, filter, generate, "filter", [true])];
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user