Skip to content

Commit

Permalink
Fix #860 should not load subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 15, 2018
1 parent c7d31a3 commit 7782315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rplugin/python3/deoplete/deoplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7782315

Please sign in to comment.