From 778231595cb8f1d98fbaa58349e161ca5bbfc020 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 15 Oct 2018 22:25:48 +0900 Subject: [PATCH] Fix #860 should not load subdirectories --- rplugin/python3/deoplete/deoplete.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rplugin/python3/deoplete/deoplete.py b/rplugin/python3/deoplete/deoplete.py index fa1b0bb4..226e1649 100644 --- a/rplugin/python3/deoplete/deoplete.py +++ b/rplugin/python3/deoplete/deoplete.py @@ -200,8 +200,6 @@ def _find_rplugins(self, source): source, '*.py'), os.path.join('rplugin', 'python3', 'deoplete', source + 's', '*.py'), - os.path.join('rplugin', 'python3', 'deoplete', - source, '*', '*.py'), ) for src in sources: