dag / vim-fish

Vim support for editing fish scripts
MIT License
432 stars 59 forks source link

syntastic checker doesn't work with current syntastic #19

Closed florianjacob closed 10 years ago

florianjacob commented 10 years ago

When I save a file with current syntastic and vim-fish enabled, I get the following error:

Unknown Function: syntastic#makeprg#build
Invalid Expression: syntastic#makeprg#build({'exe': 'fish','args': '--no-execute','subchecker': 'fish'})

Maybe their plugin API changed?

dag commented 10 years ago

Looks like, yes. Not the first time either.

The syntax checker should probably be contributed upstream so they can deal with maintaining it ;-) plus so people benefit from it without having to discover and install vim-fish.

florianjacob commented 10 years ago

Thanks for the quick fix. :) Works like charm!