diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:24:39 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:24:39 +0900 |
commit | 724cf9e720336322ea43cac08230e58ad308c0f1 (patch) | |
tree | a77ff9c69a3cddec2ab0f1ce38e13857cfa64697 | |
parent | 2e925cb65259cb61bb68e5cae086504828a7f8fa (diff) | |
download | vim-sonictemplate-724cf9e720336322ea43cac08230e58ad308c0f1.tar.gz vim-sonictemplate-724cf9e720336322ea43cac08230e58ad308c0f1.tar.bz2 vim-sonictemplate-724cf9e720336322ea43cac08230e58ad308c0f1.zip |
groutine
-rw-r--r-- | template/goroutine.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/goroutine.go b/template/goroutine.go new file mode 100644 index 0000000..da098ce --- /dev/null +++ b/template/goroutine.go @@ -0,0 +1,3 @@ +go func() {
+ {{_cursor_}}
+}()
|