nvie / vim-rst-tables

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

Error detected while processing function ReflowTable #11

Closed DanielSiepmann closed 12 years ago

DanielSiepmann commented 12 years ago

Hey,

I get the following error while trying to create a Table. First, this is the file I'll try to format:

    List of games for Oberhof 2012
    ==============================

    Spiel  Verlag  Anzahl Spieler
    1830  Lookout  2-6

And the error I get:

    Error detected while processing function ReflowTable:
    line    7:
    Traceback (most recent call last):
      File "<string>", line 3, in <module>
      File "<string>", line 279, in reflow_table
      File "<string>", line 194, in get_column_widths_from_border_spec
    RuntimeError: Cannot reflow this table. Top table border not found.
fanzeyi commented 12 years ago

use <leader><leader>c rather than <leader><leader>f ..

DanielSiepmann commented 12 years ago

Big sorry .. I'm really new to vim and asked in the IRC and no one could help. It rally didn't work that time. But now everything works fine.

Thanks for this awesome plugin.