Make the equals available in the completion list, fixes #350.

This commit is contained in:
Dave Halter
2016-07-21 23:30:36 +02:00
parent d9f92d5b24
commit 2eabe57616

View File

@@ -183,7 +183,7 @@ def completions():
out = []
for c in completions:
d = dict(word=PythonToVimStr(c.name[:len(base)] + c.complete),
abbr=PythonToVimStr(c.name),
abbr=PythonToVimStr(c.name_with_symbols),
# stuff directly behind the completion
menu=PythonToVimStr(c.description),
info=PythonToVimStr(c.docstring()), # docstr