vote up 1 vote down star
1

I've loaded the cucumber.vim files into ftplugin and the other directories per instructions, but I don't understand the ftplugin syntax enough to figure out how to get the full benefits.

From what I can tell, the plugin is supposed to be able to jump between step definitions and feature files, but I can't figure out what's wrong with my mapping. It looks as if the mapping is supposed to be the usual ctag map Ctrl+], but that's not working.

Any ideas how to make those mappings work?

Here's a link to the plugin:

http://github.com/tpope/vim-cucumber/tree/master

Cheerio!

flag

Heh...usually people are so eager to answer...any particular reason why noone's popped in? – btelles Aug 28 at 19:22
Where did you find this cucumber ftplugin ? – Luc Hermitte Aug 28 at 21:03
Tim Pope, creator of the Rails vim plugin created this one: github.com/tpope/vim-cucumber/tree/master – btelles Aug 29 at 0:47

1 Answer

vote up 0 vote down check

Turns out I didn't have filetype plugin and filetype indent features turned on.

Just add the following to your .vimrc file:

filetype plugin indent on
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.