nvie / vim-rst-tables

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

vim-rst-tables plust pathogen #9

Open jfear opened 12 years ago

jfear commented 12 years ago

Not really an issue, more of a comment that may help other. If you are using the pathogen plugin, I had to change:

./bundle/vim-rst-tables/ftplugin to ./bundle/vim-rst-tables/plugin

for everything to work.

lepistone commented 8 years ago

Hi!

I can't reproduce that with the latest vim-rst-tables and latest pathogen (v2.4). Maybe a change in pathogen fixed that.