nvie / vim-rst-tables

Easily create and reformat your RST (reStructuredText) tables as you change cell content.
121 stars 36 forks source link

port to python 3.5 #27

Closed rpuntaie closed 6 years ago

rpuntaie commented 7 years ago

Hello nvie. I've ported this little vim plugin to python 3.5 enabled VIM. It still should work with VIM with Python 2.7 as well, but I haven't tried. It would be great if you could take over these changes.

wdoekes commented 7 years ago

@rpuntaie, at the risk of having duplicating your work, I've also ported it to py3 only: https://github.com/ossobv/vim-rst-tables-py3

timcera commented 6 years ago

Any hope to get this moving forward?

rpuntaie commented 6 years ago

@wdoekes, I've just seen, you've added support for |replacements|. I'll use, yours then.

rpuntaie commented 6 years ago

@wdoekes, I will integrate https://github.com/nvie/vim-rst-tables/pull/26 and create a pypi package.