VIM Plugin: Makesd/Makecsd

| No Comments | No TrackBacks

I wanted to share a little VIM plugin I just got done writing, makesd.vim. This plugin is pretty straightforward, and is adapted from a couple of Perl command-line scripts I tend to haul around called makesd and makecsd.

In short, they produce clean looking separators for use inside source code:

:Makesd "Public Interface"
# ========================================================================== #
# ============================ Public Interface ============================ #
# ========================================================================== #

:Makecsd "Public Interface"
/* ======================================================================== */
/* =========================== Public Interface =========================== */
/* ======================================================================== */

It's my first VIM script. VIM scripting is pretty easy -- give it a try!

No TrackBacks

TrackBack URL: http://www.chaseventers.org/cgi-bin/mt/mt-tb.cgi/43

Leave a comment

About this Entry

This page contains a single entry by Chase Venters published on September 24, 2010 7:32 AM.

Brain Damage was the previous entry in this blog.

Southwest In-Flight Wifi Review is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.