diff --git a/rplugin/python3/deoplete/sources/neosnippet.py b/rplugin/python3/deoplete/sources/neosnippet.py index e0ad5fd..56ecdc9 100644 --- a/rplugin/python3/deoplete/sources/neosnippet.py +++ b/rplugin/python3/deoplete/sources/neosnippet.py @@ -41,5 +41,6 @@ class Source(Base): def on_post_filter(self, context): for candidate in context['candidates']: candidate['dup'] = 1 + candidate['menu'] = candidate['menu_abbr'] return context['candidates']