Skip to content

Instantly share code, notes, and snippets.

@syranez
Created September 5, 2014 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syranez/d705efa8dba5db5ba728 to your computer and use it in GitHub Desktop.
Save syranez/d705efa8dba5db5ba728 to your computer and use it in GitHub Desktop.
// no folding:
function blub () {
/* text */
}
// vim folding, result: +-- 4 lines: function blub () {
function blub () {/*{{{*/
/* text */
}/*}}}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment