Recently, I started using syntastic, as it eases up development quite a bit.
The only thing that realy bothers me is how it deals with split views.
I use the NERDtree plugin as well, and whenever I open another file in a vsplit view, the following happens:
---------------------------------------------------------
| | | |
|NERDTree| file | |
| | | file |
| | | |
| |-------------------- |
| | syntastic | |
---------------------------------------------------------
| |
| syntastic |
| |
---------------------------------------------------------
Is there a way to get rid of the small additional syntastic tile?
I would rather have two small tiles (one for each file), or only one tile displaying information for the currently active file tile.