In emacs, there's a helpful command called hs-hide-initial-comment-block that will fold a comment block if it is the very first thing in a file. This way, I can get straight to the code without having to worry about the licensing comment. Is there any way to do this in vim?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

seems to be handled by http://stackoverflow.com/questions/2250011

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.