先日の Vim YAML Compiler Plugin に引き続き、Template-Toolkit の Compiler Plugin。 TT2 syntax と一緒に使うといい感じ。 Perl と Template-Toolkit が必要。 if exists("current_compiler") finish endif let current_compiler = "tt2" let s:savecpo = &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=perl\ -MTemplate\ -e\ '$f=shift\ or