vim-cucumber icon indicating copy to clipboard operation
vim-cucumber copied to clipboard

Vim Cucumber runtime files

Results 12 vim-cucumber issues
Sort by recently updated
recently updated
newest added

First of all thanks for the great plugin, I totally underrated it because it was not doing any auto-completion, just until I found out it does! Is there any reason...

Hi, I'm not sure if this is an issue or not. Or this plugin does not support [Cucumber Expression](https://github.com/cucumber/cucumber-expressions) If this plugin does not support Cucumber Expression, please close this...

[pytest-bdd](https://github.com/pytest-dev/pytest-bdd) uses a slightly [different syntax for multiline steps](https://pytest-bdd.readthedocs.io/en/stable/#multiline-steps) than the original [doc strings](https://github.com/cucumber/docs/blob/main/content/docs/gherkin/reference.md#doc-strings)/[pystrings](https://behat.org/en/v3.0/user_guide/writing_scenarios.html#multiline-arguments) defined in gherkin. Will it be possible to adjust the syntax to support this use-case as...

[](https://reviewable.io/reviews/tpope/vim-cucumber/37)

With the release of Gherkin 8 and Cucumbers using it, syntax highlighting will need to be updated to support the new keywords.

I expect you probably won't want this change as it's a little hamfisted but I really prefer vertical splits to horizontal and I figured I would at least make it...

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 this`let @s='?/\^?s+2y/\("\|\$\):lvimgrep /"/j features/**/*.feature:lopen'` Hopefully someone could suggest...

Allow overriding the default glob definition for b:cucumber_steps_glob by exporting the CUKEFILES environment variable. As noted in the updated README file, this can be necessary when working in a large,...