diff options
-rw-r--r-- | rplugin/python3/deoplete/deoplete.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rplugin/python3/deoplete/deoplete.py b/rplugin/python3/deoplete/deoplete.py index 2abcb1c..1555a4c 100644 --- a/rplugin/python3/deoplete/deoplete.py +++ b/rplugin/python3/deoplete/deoplete.py @@ -103,6 +103,7 @@ class Deoplete(logger.LoggingMixin): self.use_previous_result( context, self._prev_results[source.name])): results.append(self._prev_results[source.name]) + continue ctx['max_abbr_width'] = min(source.max_abbr_width, ctx['max_abbr_width']) |