January 21, 2010
CppUTest Vim Snippets

To save me valuable keystrokes, I created some Vim snipMate snippets for CppUTest macros and assertions. You can grab them from their home in my github repository.

To make them work, I recommend adding the following to your .vimrc, to make snipMate apply the triggers to each of the relevant filetypes, e.g.:

autocmd FileType cpp :set filetype=cpp.cpputest