diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:04:16 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:04:16 +0900 |
commit | e412149167854f28dd6c5fec8a7c070467835d93 (patch) | |
tree | 1ce3853627a0136aa9a497d57119c368128de7f3 /template | |
parent | e2edb97bb2c44b36d745c6500b720a2553416570 (diff) | |
download | vim-sonictemplate-e412149167854f28dd6c5fec8a7c070467835d93.tar.gz vim-sonictemplate-e412149167854f28dd6c5fec8a7c070467835d93.tar.bz2 vim-sonictemplate-e412149167854f28dd6c5fec8a7c070467835d93.zip |
insert part.
Diffstat (limited to 'template')
-rw-r--r-- | template/main.c | 4 | ||||
-rw-r--r-- | template/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/main.c b/template/main.c index f2a929b..794d581 100644 --- a/template/main.c +++ b/template/main.c @@ -2,6 +2,6 @@ int main(int argc, char* argv[]) { - {{_cursor_}} - return 0; + {{_cursor_}} + return 0; } diff --git a/template/main.cpp b/template/main.cpp index c413be8..1a92edb 100644 --- a/template/main.cpp +++ b/template/main.cpp @@ -3,6 +3,6 @@ int main(int argc, char* argv[]) { - {{_cursor_}} - return 0; + {{_cursor_}} + return 0; } |