Python docstring with vim pythoncomplete is not displaying newlines for my own class functions
问题 I am getting some unexpected results when trying to use Python Omni Completion on my own class functions. The docstring for the functions are not getting formatted correctly with line breaks as shown in the picture below: When I am importing modules from the standard python library I get the result I would expect: According to the python docstring conventions a newline in the source file should be interpreted as a newline. Does anyone know what's going on here and perhaps how to solve the