I\'d like to search for text in all files currently open in vim and display all results in a single place. There are two problems, I guess:
Or
:bufdo vimgrepadd threading % | copen
The quickfix window may not look good for you but it's a hell of a lot more functional than ST2's "results panel" if only because you can keep it open and visible while jumping to locations and interact with it if it's not there.