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

Asterisk keywords are not recognized

majutsushi opened this issue · comments

I have several cucumber files with constructs like this:

    Then SGC 1 received SSA with:
    * Destination-PC 1-1-1
    * Affected-PC 2-2-2
    * Affected-SSN 1
    And SGC 1 marked as ALLOWED status of all remote SSNs for PC 2-2-2
    And SGC 1 has stopped all subsystem status test procedures for PC 2-2-2
    And SGC 1 updated outbound translation tables

The asterisks seem to throw the plugin off, you can't jump to the corresponding steps and the Ands at the end are also not recognized and consequently cannot be jumped to.