From 5ccb7ef6c2a660d8edb8af74e63608ebaf80ccda Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 31 Aug 2022 17:32:23 +0200 Subject: fix duplicate plugin loading --- mmm/mmmfs/meta.moon | 1 + 1 file changed, 1 insertion(+) diff --git a/mmm/mmmfs/meta.moon b/mmm/mmmfs/meta.moon index 75e47f3..f24fa3f 100644 --- a/mmm/mmmfs/meta.moon +++ b/mmm/mmmfs/meta.moon @@ -32,6 +32,7 @@ get_meta = (fileder, path) -> -- search until closest non-meta ancestor for ancestor in yield_ancestors fileder.root, max_path break if guard_self and ancestor.path == max_path + continue if ancestor == fileder if result = ancestor\walk path coroutine.yield result -- cgit v1.2.3