.vim: Dammit
Forgot to trim .git information from plugins
This commit is contained in:
13
.vim/bundle/vim-template/templates/=template=.h
Normal file
13
.vim/bundle/vim-template/templates/=template=.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* %FFILE%
|
||||
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
*
|
||||
* Distributed under terms of the %LICENSE% license.
|
||||
*/
|
||||
|
||||
#ifndef %GUARD%
|
||||
#define %GUARD%
|
||||
|
||||
%HERE%
|
||||
|
||||
#endif /* !%GUARD% */
|
Reference in New Issue
Block a user