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

Possibility to find step usages

sofaking opened this issue · comments

I'm pretty sure there is no such thing in the plugin, but I guess it'd extremely useful.
ATM I'm using macros like thislet @s='?/\^?s+2y/\("\|\$\):lvimgrep /<C-R>"/j features/**/*.feature<CR>:lopen<CR>'
Hopefully someone could suggest a better way to do that.