diff options
Diffstat (limited to 'files/.vim')
| -rw-r--r-- | files/.vim/templates/=template=.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/.vim/templates/=template=.java b/files/.vim/templates/=template=.java new file mode 100644 index 0000000..fb3aac7 --- /dev/null +++ b/files/.vim/templates/=template=.java @@ -0,0 +1,13 @@ +/* + * %FFILE% + * Copyright (C) %YEAR% %USER% <%MAIL%> + * + * Distributed under terms of the %LICENSE% license. + */ + +public class %FILE% { + public %FILE%() { + %HERE% + } +} + |
