Releases: tibabit/vim-templates
Releases · tibabit/vim-templates
Support for full filename as template file
Support for full file name as template has been added. Now you can use name of a file to define templates. This can be very handy in for creating which have fix name e.g. Makefile
, CMakeLists.txt
. You can define templates for these file in Makefile.template
and CMakeLists.txt.template
files.
This is also very useful when certain files of kind need different template. e.g. main.c
and main.cpp
.
releasing it for public use
I have been using it for almost two years now and it seems stable.