diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 21:09:30 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 21:09:30 +0900 |
commit | 3a67144b6ccf3291eb1f16db00427bf4e49dc62e (patch) | |
tree | 1a38b0890ab915a398c249e075c02f33a277b8e4 /template | |
parent | cb606fb554d49f8ffb053def40f1911e441f7ef3 (diff) | |
download | vim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.tar.gz vim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.tar.bz2 vim-sonictemplate-3a67144b6ccf3291eb1f16db00427bf4e49dc62e.zip |
add comment-block.
Diffstat (limited to 'template')
-rw-r--r-- | template/comment-block.c | 3 | ||||
-rw-r--r-- | template/comment-block.cpp | 3 |
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_}} + */ |