Advertisement
zopper

bash vim folding

Dec 22nd, 2013
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. # vim: set expandtab cindent fdm=marker ts=2 sw=2:
  3.  
  4. # haha
  5. echo "haha"
  6.  
  7. # {{{ something guuu is here
  8. # this is folded!
  9. echo "guuuuu"
  10.  
  11. # }}} something guuu is here
  12.  
  13. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement