I'm pretty new to Vim so I'm having a couple of issues with this. I'm
not entirely sure how to find out the type of a buffer. For instance I
have the clang complete plug-in installed which opens a quick fix window
when it detects an error is any C or C++ code. I'd like to set the
minimum height for this buffer but I don't know how to find out how to
reference that particular buffer and only that buffer.
The options that you have both listed above are exactly what I am after
it is just the bit of a problem when using :autocmd.
Sorry for the newbie question but I've done very little in the way of
Vim scripting so I'm at a loss. Are there any helpful resources for this
kind of information?