SnipMate aims to provide support for textual snippets, similar to TextMate or other Vim plugins like UltiSnips. For example, in C, typing for<tab> could be expanded to:
for (i = 0; i < count; i++) { /* code */ }The project linked above appears to be a fork of the original plugin, but it's up to date, and it works!