.vim: Dammit
Forgot to trim .git information from plugins
This commit is contained in:
16
.vim/bundle/vim-template/templates/=template=.pl
Normal file
16
.vim/bundle/vim-template/templates/=template=.pl
Normal file
@@ -0,0 +1,16 @@
|
||||
#! /usr/bin/env perl
|
||||
#
|
||||
# Short description for %FFILE%
|
||||
#
|
||||
# Author %USER% <%MAIL%>
|
||||
# Version 0.1
|
||||
# Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
# Modified On %FDATE%
|
||||
# Created %FDATE%
|
||||
#
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
|
||||
%HERE%
|
Reference in New Issue
Block a user