From 775b03bbc6887654b26aef7d724f4fbf519becfd Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 27 Oct 2016 22:08:29 +0900 Subject: Revert "Try file path before non-word characters." This reverts commit 3e51d3dfa3190ea7bb8ca2da43847fc898ba0460. --- rplugin/python3/deoplete/source/file.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rplugin') diff --git a/rplugin/python3/deoplete/source/file.py b/rplugin/python3/deoplete/source/file.py index 819de37..4ffc04e 100644 --- a/rplugin/python3/deoplete/source/file.py +++ b/rplugin/python3/deoplete/source/file.py @@ -58,8 +58,7 @@ class Source(Base): ] + [{'word': x} for x in files] def __longest_path_that_exists(self, context, input_str): - data = re.split(r'((?:%s+|(?