python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

Fixed ugly printing messages. #50

Closed yeusin closed 8 years ago

yeusin commented 8 years ago

Displaying messages with python's print method makes the messages unaligned. I've changed the message to be printed with vim command echo.

mcepl commented 8 years ago

Thank you very much. Good idea!