.vim: Dammit
Forgot to trim .git information from plugins
This commit is contained in:
14
.vim/bundle/vim-template/templates/=template=.java
Normal file
14
.vim/bundle/vim-template/templates/=template=.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* %FFILE%
|
||||
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
||||
*
|
||||
* Distributed under terms of the %LICENSE% license.
|
||||
*/
|
||||
|
||||
public class %FILE%
|
||||
{
|
||||
public %FILE%() {
|
||||
%HERE%
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user