aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 21:09:30 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 21:09:30 +0900
commit3a67144b6ccf3291eb1f16db00427bf4e49dc62e (patch)
tree1a38b0890ab915a398c249e075c02f33a277b8e4
parentcb606fb554d49f8ffb053def40f1911e441f7ef3 (diff)
downloadvim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.tar.gz
vim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.tar.bz2
vim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.zip
add comment-block.
-rw-r--r--template/comment-block.c3
-rw-r--r--template/comment-block.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/template/comment-block.c b/template/comment-block.c
new file mode 100644
index 0000000..5d93c0d
--- /dev/null
+++ b/template/comment-block.c
@@ -0,0 +1,3 @@
+/**
+ * {{_cursor_}}
+ */
diff --git a/template/comment-block.cpp b/template/comment-block.cpp
new file mode 100644
index 0000000..5d93c0d
--- /dev/null
+++ b/template/comment-block.cpp
@@ -0,0 +1,3 @@
+/**
+ * {{_cursor_}}
+ */