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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user