Skip to content

Instantly share code, notes, and snippets.

@zchee
Created June 15, 2016 20:53
Show Gist options
  • Save zchee/92639f45ce8cedb9da3ef2836eedec9f to your computer and use it in GitHub Desktop.
Save zchee/92639f45ce8cedb9da3ef2836eedec9f to your computer and use it in GitHub Desktop.
[deoplete] Traceback (most recent call last):
[deoplete] File "/Users/zchee/.cache/nvim/dein/.dein/rplugin/python3/deoplete/deoplete.py", line 46, in completion_begin
[deoplete] complete_position, candidates = self.gather_candidates(context)
[deoplete] File "/Users/zchee/.cache/nvim/dein/.dein/rplugin/python3/deoplete/deoplete.py", line 74, in gather_candidates
[deoplete] results = self.gather_results(context)
[deoplete] File "/Users/zchee/.cache/nvim/dein/.dein/rplugin/python3/deoplete/deoplete.py", line 125, in gather_results
[deoplete] context['candidates'] = source.gather_candidates(context)
[deoplete] File "/Users/zchee/.cache/nvim/dein/.dein/rplugin/python3/deoplete/sources/file.py", line 39, in gather_candidates
[deoplete] p = self.__longest_path_that_exists(context, context['input'])
[deoplete] File "/Users/zchee/.cache/nvim/dein/.dein/rplugin/python3/deoplete/sources/file.py", line 61, in __longest_path_that_exists
[deoplete] self.__isfname, input_str) else [input_str]
[deoplete] File "/opt/intel/intelpython35/lib/python3.5/re.py", line 203, in split
[deoplete] return _compile(pattern, flags).split(string, maxsplit)
[deoplete] ValueError: split() requires a non-empty pattern match.
[deoplete] An error has occurred. Please execute :messages command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment