git.s-ol.nu mmm / 5ccb7ef
fix duplicate plugin loading s-ol 1 year, 29 days ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3131 -- search until closest non-meta ancestor
3232 for ancestor in yield_ancestors fileder.root, max_path
3333 break if guard_self and ancestor.path == max_path
34 continue if ancestor == fileder
3435
3536 if result = ancestor\walk path
3637 coroutine.yield result