tpope / vim-cucumber

Vim Cucumber runtime files
http://www.vim.org/scripts/script.php?script_id=2973
324 stars 63 forks source link

Is it possible to highlight step if it not implemented #27

Closed dgorodnichybak closed 10 years ago

dgorodnichybak commented 10 years ago

For example: step "And I go to logout1 page" not implemented: qwer

tpope commented 10 years ago

No.

jondkinney commented 10 years ago

Syntastic does this. See my issue for more details: #30