freitass / todo.txt-vim

Vim plugin for Todo.txt
488 stars 121 forks source link

vim python3 compatibility #50

Closed fievel closed 8 years ago

fievel commented 8 years ago

On newest linux distribution (ubuntu 16.04 LTS for example), vim is now often linked with python3 instead of python2 (+python3). Ensure compatibility with it (your code was compatible, except one import in the init.py of the module and a check in the vim part).

freitass commented 8 years ago

Thank you!