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: