Skip to content

Unicode error #9

Description

@mcepl

I got an unicode problem at line 368 of ropevim.py, I had to change the function to:

def echo(message):
    message = message.encode('ascii', 'ignore')
    print message

I got the error previewing a rename.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions