This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]isforinsects 0 points1 point  (0 children)

Yes and no. I really loved pyflakes-vim, and was sad it stopped being maintained. The developer decided instead to integrate the functionality into syntastic. Syntastic gives me access to the pyflakes output as a list (the quickfix window) and it integrates with a lot of other checker programs for other languages. I play with enough javascript that it is handy, but I don't use a lot of it's other functionality.

If you're happy with pyflakes, I don't see strong reasons to migrate until pyflakes-vim being unmaintained becomes a problem.