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

Omnifunction not working.

kassio opened this issue · comments

I didn't figure out why, but with this [abort]((https://github.com/tpope/vim-cucumber/blob/master/ftplugin/cucumber.vim#L110) in the CucumberComplete, the complete with omnifunction not works for me.

Any ideas?!

Are you implying that removing the abort fixes it? That suggests that something in the function is failing, but it's not critical to the end result.

I tried replace the abort for try but I didn't catch any errors.. I'll need to study better what's happening on my env.
I'll close this for now and reopen if I see what is happening.

Thank's anyway.