nvie / vim-rst-tables

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

Doesn't work on macvim #19

Open yeukhon opened 10 years ago

yeukhon commented 10 years ago

I have the latest macvim 7.4 release and this plugin doesn't work. I have no problem importing vim_bridge but no mapping for ,,c and ,,f are detected.

FvD commented 10 years ago

Same on Ubuntu for 7.4.295. There seems to be a fix here: https://github.com/lilydjwg/dotvim/blob/master/plugin/rst_tables.vim but it requires Python3 (I use Python2 and have not attempted to included both although that should be possible).

What works great on the other hand is https://github.com/vim-scripts/Unicode-RST-Tables, where the ,,c is replaced by c (by default \c). And Unicode is enabled.