aboutsummaryrefslogtreecommitdiff
path: root/files/.vim
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-05-11 21:21:45 +0500
committerAnton Bobov <abobov@gmail.com>2021-05-11 21:21:45 +0500
commitb1152a9acfde94478a8f1778c2e07b63ff807369 (patch)
tree479da1f78998720a4a93fc46ca2ef8917ca14a45 /files/.vim
parent33b7c00410e77bddfd0059454249136560ca7da7 (diff)
Updates.
Diffstat (limited to 'files/.vim')
-rw-r--r--files/.vim/templates/=template=.java13
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%
+ }
+}
+