" vim template for automatic C file skeleton generation. " Author: Mark Jerde " Created: January 17, 2002. " Notes: " The "norm o" commands were used to avoid everything being on a single line. " This relies on the C header template also being installed. " Get the C header comment. source $VIM/templates/Cheader.vim set cindent let @" = expand("%:t:r") norm o norm o#include "pA.h" norm o norm opA::pA() { }  norm opA::~pA() { }  norm opA::A() { }  norm /:: j