nvie / vim-rst-tables

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

not working at all #28

Open albasili opened 7 years ago

albasili commented 7 years ago

hi,

I apologize but I cannot make it working, I tried the tutorial.rst and the keybindings do not work for me, neither the comma version nor the leader one.

Could anyone help me debug this out? Cheers,

Al

dcrozz commented 7 years ago

@albasili I also find the problem when I call ReformatTable(), it shows:

Error detected while processing function ReflowTable:
line    7:
Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File "<string>", line 269, in reflow_table
  File "<string>", line 26, in get_table_bounds

I now use mgaitan/sublime-rst-completion in sublime text which the original code of this feature was taken from this project to ease my suffering from building table in rst.

wdoekes commented 7 years ago

@albasili, perhaps you're using vim+python3?

Please try if https://github.com/ossobv/vim-rst-tables-py3 works for you.

cottonLoaf commented 2 years ago

Just to share, tablify works for me and it's more up-to-date https://github.com/Stormherz/tablify