mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 02:25:46 +01:00
Remove a stale comment.
This commit is contained in:
@@ -678,8 +678,6 @@ lookup:
|
|||||||
context.generate = function () lines.map(function (line) (line.match(/([^=]+)=(.+)/) || []).slice(1));
|
context.generate = function () lines.map(function (line) (line.match(/([^=]+)=(.+)/) || []).slice(1));
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: support file:// and \ or / path separators on both platforms
|
|
||||||
// if "tail" is true, only return names without any directory components
|
|
||||||
completion.file = function file(context, full, dir) {
|
completion.file = function file(context, full, dir) {
|
||||||
// dir == "" is expanded inside readDirectory to the current dir
|
// dir == "" is expanded inside readDirectory to the current dir
|
||||||
[dir] = (dir || context.filter).match(/^(?:.*[\/\\])?/);
|
[dir] = (dir || context.filter).match(/^(?:.*[\/\\])?/);
|
||||||
|
|||||||
Reference in New Issue
Block a user