tpope / vim-cucumber

Vim Cucumber runtime files

Home Page:http://www.vim.org/scripts/script.php?script_id=2973

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cucumber table alignment

phanle opened this issue · comments

It would be extremely nice if we can have ability to hit indent and the table data be aligned as well. The textmate bundle has this feature which is, in my opinion, very powerful.

I use http://gist.github.com/287147 along with http://github.com/godlygeek/vim-tabular. Because of the external dependency and the fact it's kind of invasive, I've elected not to include it in vim-cucumber at this time.

Tim, Once I've copied both plugins into the plugin folder, how do I use this feature? Sorry, I am unfamiliar with VIM scripts.

It triggers when you type a pipe as part of a validly formed table with at least 2 lines.

looks like the tabular plugin's url changed to https://github.com/godlygeek/tabular