Last active
December 17, 2015 14:59
-
-
Save jacob-ogre/5628662 to your computer and use it in GitHub Desktop.
R: comment_block A vim-snippets for a 79-col comment block, which I use to delineate sections of scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| snippet combl | |
| ########################################################################### | |
| # ${1:Comment text} | |
| ########################################################################### | |
| ${2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment