I got an unicode problem at line 368 of ropevim.py, I had to change the function to: ``` python def echo(message): message = message.encode('ascii', 'ignore') print message ``` I got the error previewing a rename.
I got an unicode problem at line 368 of ropevim.py, I had to change the function to:
I got the error previewing a rename.