1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-24 21:35:45 +01:00

Fix 'wildignore'.

This commit is contained in:
Doug Kearns
2011-07-10 20:01:32 +10:00
parent 5fbfbf03db
commit 5a597f9e79

View File

@@ -909,7 +909,7 @@ unlet s:cpo_save
if (modules.options["wildignore"]) {
let wig = modules.options.get("wildignore");
context.filters.push(function (item) item.isdir || !wig.getKey(this.name));
context.filters.push(function (item) item.isdir || !wig.getKey(item.path));
}
// context.background = true;